#CC9FCC

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

Shades of Lilac #CC9FCC

Tints of Lilac #CC9FCC

Color information

#CC9FCC (or 0xCC9FCC) is unknown color: approx Lilac. HEX triplet: CC, 9F and CC. RGB value is (204,159,204). Sum of RGB (Red+Green+Blue) = 204+159+204=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC9FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9FCC is #336033. Grayscale: #B1B1B1. Windows color (decimal): -3366964 or 13410252. OLE color: 13410252.

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

Color convert

RGB204159204-
CMYK00.2200.2
HSL300º30.61%71.18%-
HSV(B)300º22.06%80%-
XYZ48.241.9962.69-
YUV177.58142.91146.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.98%
GREEN value IS 159 (62.5% from 255) = 28.04%
BLUE value IS 204 (80.08% from 255) = 35.98%
R=35.98%
G=28.04%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415920400.2200.230030.6171.18
HexCC9FCC01601412c1f47
Octal31423731402602445437107
Binary110011001001111111001100010110010100100101100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9FCC; }

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

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

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

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

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

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

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

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