#C088C0

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

Shades of Lilac #C088C0

Tints of Lilac #C088C0

Color information

#C088C0 (or 0xC088C0) is unknown color: approx Lilac. HEX triplet: C0, 88 and C0. RGB value is (192,136,192). Sum of RGB (Red+Green+Blue) = 192+136+192=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C088C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C088C0 is #3F773F. Grayscale: #9E9E9E. Windows color (decimal): -4159296 or 12617920. OLE color: 12617920.

HSL color Cylindrical-coordinate representation of color #C088C0: hue angle of 300º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C088C0 is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB192136192-
CMYK00.2900.25
HSL300º30.77%64.31%-
HSV(B)300º29.17%75.29%-
XYZ40.0632.6254.05-
YUV159.13146.55151.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.92%
GREEN value IS 136 (53.52% from 255) = 26.15%
BLUE value IS 192 (75.39% from 255) = 36.92%
R=36.92%
G=26.15%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213619200.2900.2530030.7764.31
HexC088C001D01912c1f40
Octal30021030003503145437100
Binary110000001000100011000000011101011001100101100111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C088C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C088C0; }

 p { color: rgb(192,136,192); }

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

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

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

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

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

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

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