#C08EBD

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

Shades of Lilac #C08EBD

Tints of Lilac #C08EBD

Color information

#C08EBD (or 0xC08EBD) is unknown color: approx Lilac. HEX triplet: C0, 8E and BD. RGB value is (192,142,189). Sum of RGB (Red+Green+Blue) = 192+142+189=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 192 - color contains mainly: red. Hex color #C08EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08EBD is #3F7142. Grayscale: #A2A2A2. Windows color (decimal): -4157763 or 12422848. OLE color: 12422848.

HSL color Cylindrical-coordinate representation of color #C08EBD: hue angle of 303.6º 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 #C08EBD is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB192142189-
CMYK00.260.020.25
HSL303.6º28.41%65.49%-
HSV(B)303.6º26.04%75.29%-
XYZ40.634.2352.61-
YUV162.31143.06149.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.71%
GREEN value IS 142 (55.86% from 255) = 27.15%
BLUE value IS 189 (74.22% from 255) = 36.14%
R=36.71%
G=27.15%
B=36.14%

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
Decimal19214218900.260.020.25303.628.4165.49
HexC08EBD01A2191301c41
Octal30021627503223146034101
Binary1100000010001110101111010110101011001100110000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08EBD; }

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

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

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

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

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

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

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

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