#C08CC6

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

Shades of Lilac #C08CC6

Tints of Lilac #C08CC6

Color information

#C08CC6 (or 0xC08CC6) is unknown color: approx Lilac. HEX triplet: C0, 8C and C6. RGB value is (192,140,198). Sum of RGB (Red+Green+Blue) = 192+140+198=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 198 - color contains mainly: blue. Hex color #C08CC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CC6 is #3F7339. Grayscale: #A1A1A1. Windows color (decimal): -4158266 or 13012160. OLE color: 13012160.

HSL color Cylindrical-coordinate representation of color #C08CC6: hue angle of 293.79º degrees, saturation: 0.34, 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 #C08CC6 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB192140198-
CMYK0.030.2900.22
HSL293.79º33.72%66.27%-
HSV(B)293.79º29.29%77.65%-
XYZ41.3134.0457.82-
YUV162.16148.23149.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.23%
GREEN value IS 140 (55.08% from 255) = 26.42%
BLUE value IS 198 (77.73% from 255) = 37.36%
R=36.23%
G=26.42%
B=37.36%

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
Decimal1921401980.030.2900.22293.7933.7266.27
HexC08CC631D0161262242
Octal30021430633502644642102
Binary11000000100011001100011011111010101101001001101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08CC6; }

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

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

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

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

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

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

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

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