#C08ECA

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

Shades of Lilac #C08ECA

Tints of Lilac #C08ECA

Color information

#C08ECA (or 0xC08ECA) is unknown color: approx Lilac. HEX triplet: C0, 8E and CA. RGB value is (192,142,202). Sum of RGB (Red+Green+Blue) = 192+142+202=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 202 - color contains mainly: blue. Hex color #C08ECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08ECA is #3F7135. Grayscale: #A3A3A3. Windows color (decimal): -4157750 or 13274816. OLE color: 13274816.

HSL color Cylindrical-coordinate representation of color #C08ECA: hue angle of 290º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C08ECA is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB192142202-
CMYK0.050.3000.21
HSL290º36.14%67.45%-
HSV(B)290º29.7%79.22%-
XYZ42.0734.8260.38-
YUV163.79149.56148.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.82%
GREEN value IS 142 (55.86% from 255) = 26.49%
BLUE value IS 202 (79.30% from 255) = 37.69%
R=35.82%
G=26.49%
B=37.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921422020.050.3000.2129036.1467.45
HexC08ECA51E0151222443
Octal30021631253602544244103
Binary110000001000111011001010101111100101011001000101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08ECA; }

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

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

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

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

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

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

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

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