#C08ECB

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

Shades of Lilac #C08ECB

Tints of Lilac #C08ECB

Color information

#C08ECB (or 0xC08ECB) is unknown color: approx Lilac. HEX triplet: C0, 8E and CB. RGB value is (192,142,203). Sum of RGB (Red+Green+Blue) = 192+142+203=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #C08ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08ECB is #3F7134. Grayscale: #A3A3A3. Windows color (decimal): -4157749 or 13340352. OLE color: 13340352.

HSL color Cylindrical-coordinate representation of color #C08ECB: hue angle of 289.18º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C08ECB is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB192142203-
CMYK0.050.3000.20
HSL289.18º36.97%67.65%-
HSV(B)289.18º30.05%79.61%-
XYZ42.1934.8661.01-
YUV163.9150.06148.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.75%
GREEN value IS 142 (55.86% from 255) = 26.44%
BLUE value IS 203 (79.69% from 255) = 37.80%
R=35.75%
G=26.44%
B=37.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921422030.050.3000.20289.1836.9767.65
HexC08ECB51E0141212544
Octal30021631353602444145104
Binary110000001000111011001011101111100101001001000011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08ECB; }

 p { color: rgb(192,142,203); }

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

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

 a { background-color: rgb(192,142,203); }

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

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

 span { border-color: rgb(192,142,203); }

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