#CC8CCC

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

Shades of Lilac #CC8CCC

Tints of Lilac #CC8CCC

Color information

#CC8CCC (or 0xCC8CCC) is unknown color: approx Lilac. HEX triplet: CC, 8C and CC. RGB value is (204,140,204). Sum of RGB (Red+Green+Blue) = 204+140+204=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC8CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8CCC is #337333. Grayscale: #A6A6A6. Windows color (decimal): -3371828 or 13405388. OLE color: 13405388.

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

Color convert

RGB204140204-
CMYK00.3100.2
HSL300º38.55%67.45%-
HSV(B)300º31.37%80%-
XYZ45.1835.9561.69-
YUV166.43149.2154.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.23%
GREEN value IS 140 (55.08% from 255) = 25.55%
BLUE value IS 204 (80.08% from 255) = 37.23%
R=37.23%
G=25.55%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414020400.3100.230038.5567.45
HexCC8CCC01F01412c2743
Octal31421431403702445447103
Binary1100110010001100110011000111110101001001011001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8CCC; }

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

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

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

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

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

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

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

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