#CC88CC

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

Shades of Lilac #CC88CC

Tints of Lilac #CC88CC

Color information

#CC88CC (or 0xCC88CC) is unknown color: approx Lilac. HEX triplet: CC, 88 and CC. RGB value is (204,136,204). Sum of RGB (Red+Green+Blue) = 204+136+204=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 136 (53.52% from 255 or 25% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC88CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC88CC is #337733. Grayscale: #A3A3A3. Windows color (decimal): -3372852 or 13404364. OLE color: 13404364.

HSL color Cylindrical-coordinate representation of color #CC88CC: hue angle of 300º 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 #CC88CC is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB204136204-
CMYK00.3300.2
HSL300º40%66.67%-
HSV(B)300º33.33%80%-
XYZ44.6134.8161.49-
YUV164.08150.53156.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.5%
GREEN value IS 136 (53.52% from 255) = 25%
BLUE value IS 204 (80.08% from 255) = 37.5%
R=37.5%
G=25%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413620400.3300.23004066.67
HexCC88CC02101412c2843
Octal31421031404102445450103
Binary11001100100010001100110001000010101001001011001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC88CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC88CC; }

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

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

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

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

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

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

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

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