#C08DCB

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

Shades of Lilac #C08DCB

Tints of Lilac #C08DCB

Color information

#C08DCB (or 0xC08DCB) is unknown color: approx Lilac. HEX triplet: C0, 8D and CB. RGB value is (192,141,203). Sum of RGB (Red+Green+Blue) = 192+141+203=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #C08DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08DCB is #3F7234. Grayscale: #A3A3A3. Windows color (decimal): -4158005 or 13340096. OLE color: 13340096.

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

Color convert

RGB192141203-
CMYK0.050.3100.20
HSL289.35º37.35%67.45%-
HSV(B)289.35º30.54%79.61%-
XYZ42.0434.5760.96-
YUV163.32150.4148.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.82%
GREEN value IS 141 (55.47% from 255) = 26.31%
BLUE value IS 203 (79.69% from 255) = 37.87%
R=35.82%
G=26.31%
B=37.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921412030.050.3100.20289.3537.3567.45
HexC08DCB51F0141212543
Octal30021531353702444145103
Binary110000001000110111001011101111110101001001000011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08DCB; }

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

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

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

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

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

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

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

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