#C08EBC

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

Shades of Lilac #C08EBC

Tints of Lilac #C08EBC

Color information

#C08EBC (or 0xC08EBC) is unknown color: approx Lilac. HEX triplet: C0, 8E and BC. RGB value is (192,142,188). Sum of RGB (Red+Green+Blue) = 192+142+188=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 192 - color contains mainly: red. Hex color #C08EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08EBC is #3F7143. Grayscale: #A2A2A2. Windows color (decimal): -4157764 or 12357312. OLE color: 12357312.

HSL color Cylindrical-coordinate representation of color #C08EBC: hue angle of 304.8º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C08EBC is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB192142188-
CMYK00.260.020.25
HSL304.8º28.41%65.49%-
HSV(B)304.8º26.04%75.29%-
XYZ40.4934.1852.04-
YUV162.19142.56149.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.78%
GREEN value IS 142 (55.86% from 255) = 27.20%
BLUE value IS 188 (73.83% from 255) = 36.02%
R=36.78%
G=27.20%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214218800.260.020.25304.828.4165.49
HexC08EBC01A2191311c41
Octal30021627403223146134101
Binary1100000010001110101111000110101011001100110001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08EBC; }

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

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

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

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

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

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

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

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