#C08CC8

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

Shades of Lilac #C08CC8

Tints of Lilac #C08CC8

Color information

#C08CC8 (or 0xC08CC8) is unknown color: approx Lilac. HEX triplet: C0, 8C and C8. RGB value is (192,140,200). Sum of RGB (Red+Green+Blue) = 192+140+200=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 200 (78.52% from 255 or 37.59% from 532); Max value from RGB is 200 - color contains mainly: blue. Hex color #C08CC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CC8 is #3F7337. Grayscale: #A2A2A2. Windows color (decimal): -4158264 or 13143232. OLE color: 13143232.

HSL color Cylindrical-coordinate representation of color #C08CC8: hue angle of 292º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C08CC8 is Cyan = 0.04, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB192140200-
CMYK0.040.300.22
HSL292º35.29%66.67%-
HSV(B)292º30%78.43%-
XYZ41.5434.1359.04-
YUV162.39149.23149.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.09%
GREEN value IS 140 (55.08% from 255) = 26.32%
BLUE value IS 200 (78.52% from 255) = 37.59%
R=36.09%
G=26.32%
B=37.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921402000.040.300.2229235.2966.67
HexC08CC841E0161242343
Octal30021431043602644443103
Binary110000001000110011001000100111100101101001001001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08CC8; }

 p { color: rgb(192,140,200); }

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

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

 a { background-color: rgb(192,140,200); }

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

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

 span { border-color: rgb(192,140,200); }

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