#C08EC6

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

Shades of Lilac #C08EC6

Tints of Lilac #C08EC6

Color information

#C08EC6 (or 0xC08EC6) is unknown color: approx Lilac. HEX triplet: C0, 8E and C6. RGB value is (192,142,198). Sum of RGB (Red+Green+Blue) = 192+142+198=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 198 - color contains mainly: blue. Hex color #C08EC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08EC6 is #3F7139. Grayscale: #A3A3A3. Windows color (decimal): -4157754 or 13012672. OLE color: 13012672.

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

Color convert

RGB192142198-
CMYK0.030.2800.22
HSL293.57º32.94%66.67%-
HSV(B)293.57º28.28%77.65%-
XYZ41.634.6357.92-
YUV163.33147.56148.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.09%
GREEN value IS 142 (55.86% from 255) = 26.69%
BLUE value IS 198 (77.73% from 255) = 37.22%
R=36.09%
G=26.69%
B=37.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921421980.030.2800.22293.5732.9466.67
HexC08EC631C0161262143
Octal30021630633402644641103
Binary11000000100011101100011011111000101101001001101000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08EC6; }

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

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

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

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

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

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

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

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