#C08DC6

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

Shades of Lilac #C08DC6

Tints of Lilac #C08DC6

Color information

#C08DC6 (or 0xC08DC6) is unknown color: approx Lilac. HEX triplet: C0, 8D and C6. RGB value is (192,141,198). Sum of RGB (Red+Green+Blue) = 192+141+198=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 198 - color contains mainly: blue. Hex color #C08DC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08DC6 is #3F7239. Grayscale: #A2A2A2. Windows color (decimal): -4158010 or 13012416. OLE color: 13012416.

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

Color convert

RGB192141198-
CMYK0.030.2900.22
HSL293.68º33.33%66.47%-
HSV(B)293.68º28.79%77.65%-
XYZ41.4634.3357.87-
YUV162.75147.9148.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.16%
GREEN value IS 141 (55.47% from 255) = 26.55%
BLUE value IS 198 (77.73% from 255) = 37.29%
R=36.16%
G=26.55%
B=37.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921411980.030.2900.22293.6833.3366.47
HexC08DC631D0161262142
Octal30021530633502644641102
Binary11000000100011011100011011111010101101001001101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08DC6; }

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

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

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

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

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

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

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

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