#C088CC

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

Shades of Lilac #C088CC

Tints of Lilac #C088CC

Color information

#C088CC (or 0xC088CC) is unknown color: approx Lilac. HEX triplet: C0, 88 and CC. RGB value is (192,136,204). Sum of RGB (Red+Green+Blue) = 192+136+204=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #C088CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C088CC is #3F7733. Grayscale: #A0A0A0. Windows color (decimal): -4159284 or 13404352. OLE color: 13404352.

HSL color Cylindrical-coordinate representation of color #C088CC: hue angle of 289.41º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C088CC is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB192136204-
CMYK0.060.3300.2
HSL289.41º40%66.67%-
HSV(B)289.41º33.33%80%-
XYZ41.4433.1761.35-
YUV160.5152.55150.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.09%
GREEN value IS 136 (53.52% from 255) = 25.56%
BLUE value IS 204 (80.08% from 255) = 38.35%
R=36.09%
G=25.56%
B=38.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1921362040.060.3300.2289.414066.67
HexC088CC6210141212843
Octal30021031464102444150103
Binary1100000010001000110011001101000010101001001000011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C088CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C088CC; }

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

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

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

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

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

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

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

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