#C08CCC

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

Shades of Lilac #C08CCC

Tints of Lilac #C08CCC

Color information

#C08CCC (or 0xC08CCC) is unknown color: approx Lilac. HEX triplet: C0, 8C and CC. RGB value is (192,140,204). Sum of RGB (Red+Green+Blue) = 192+140+204=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #C08CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CCC is #3F7333. Grayscale: #A2A2A2. Windows color (decimal): -4158260 or 13405376. OLE color: 13405376.

HSL color Cylindrical-coordinate representation of color #C08CCC: hue angle of 288.75º degrees, saturation: 0.39, 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 #C08CCC is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB192140204-
CMYK0.060.3100.2
HSL288.75º38.55%67.45%-
HSV(B)288.75º31.37%80%-
XYZ42.0234.3261.54-
YUV162.84151.23148.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.82%
GREEN value IS 140 (55.08% from 255) = 26.12%
BLUE value IS 204 (80.08% from 255) = 38.06%
R=35.82%
G=26.12%
B=38.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1921402040.060.3100.2288.7538.5567.45
HexC08CCC61F0141212743
Octal30021431463702444147103
Binary110000001000110011001100110111110101001001000011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08CCC; }

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

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

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

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

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

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

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

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