#C448E7

Color #C448E7 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C448E7

Tints of Medium Orchid #C448E7

Color information

#C448E7 (or 0xC448E7) is unknown color: approx Medium Orchid. HEX triplet: C4, 48 and E7. RGB value is (196,72,231). Sum of RGB (Red+Green+Blue) = 196+72+231=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 72 (28.52% from 255 or 14.43% from 499); Blue value is 231 (90.62% from 255 or 46.29% from 499); Max value from RGB is 231 - color contains mainly: blue. Hex color #C448E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C448E7 is #3BB718. Grayscale: #7E7E7E. Windows color (decimal): -3913497 or 15157444. OLE color: 15157444.

HSL color Cylindrical-coordinate representation of color #C448E7: hue angle of 286.79º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C448E7 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19672231-
CMYK0.150.6900.09
HSL286.79º76.81%59.41%-
HSV(B)286.79º68.83%90.59%-
XYZ39.5122.1477.79-
YUV127.2186.58177.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 39.28%
GREEN value IS 72 (28.52% from 255) = 14.43%
BLUE value IS 231 (90.62% from 255) = 46.29%
R=39.28%
G=14.43%
B=46.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal196722310.150.6900.09286.7976.8159.41
HexC448E7F450911f4d3b
Octal3041103471710501143711573
Binary1100010010010001110011111111000101010011000111111001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C448E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C448E7; }

 p { color: rgb(196,72,231); }

 H1.HeaderClassName
 {
   color: #C448E7;
 }
 .AnyTagClassName
 {
   color: #C448E7;
 }
</style>
background-color css

<style>
 a { background-color: #C448E7; }

 a { background-color: rgb(196,72,231); }

 div.DivClassName
 {
   background-color: #C448E7;
 }
 .BgClassName
 {
   background-color: #C448E7;
 }
</style>
border-color css

<style>
 span { border-color: #C448E7; }

 span { border-color: rgb(196,72,231); }

 td.TdClassName
 {
   border-color: #C448E7;
 }
 .TagClassName
 {
   border-color: #C448E7;
 }
</style>