#CC8FCC

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

Shades of Lilac #CC8FCC

Tints of Lilac #CC8FCC

Color information

#CC8FCC (or 0xCC8FCC) is unknown color: approx Lilac. HEX triplet: CC, 8F and CC. RGB value is (204,143,204). Sum of RGB (Red+Green+Blue) = 204+143+204=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC8FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8FCC is #337033. Grayscale: #A8A8A8. Windows color (decimal): -3371060 or 13406156. OLE color: 13406156.

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

Color convert

RGB204143204-
CMYK00.3000.2
HSL300º37.42%68.04%-
HSV(B)300º29.9%80%-
XYZ45.6236.8461.83-
YUV168.19148.21153.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.02%
GREEN value IS 143 (56.25% from 255) = 25.95%
BLUE value IS 204 (80.08% from 255) = 37.02%
R=37.02%
G=25.95%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414320400.3000.230037.4268.04
HexCC8FCC01E01412c2544
Octal31421731403602445445104
Binary1100110010001111110011000111100101001001011001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8FCC; }

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

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

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

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

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

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

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

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