#CC97CC

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

Shades of Lilac #CC97CC

Tints of Lilac #CC97CC

Color information

#CC97CC (or 0xCC97CC) is unknown color: approx Lilac. HEX triplet: CC, 97 and CC. RGB value is (204,151,204). Sum of RGB (Red+Green+Blue) = 204+151+204=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 151 (59.38% from 255 or 27.01% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC97CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC97CC is #336833. Grayscale: #ACACAC. Windows color (decimal): -3369012 or 13408204. OLE color: 13408204.

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

Color convert

RGB204151204-
CMYK00.2600.2
HSL300º34.19%69.61%-
HSV(B)300º25.98%80%-
XYZ46.8739.3362.25-
YUV172.89145.56150.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.49%
GREEN value IS 151 (59.38% from 255) = 27.01%
BLUE value IS 204 (80.08% from 255) = 36.49%
R=36.49%
G=27.01%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415120400.2600.230034.1969.61
HexCC97CC01A01412c2246
Octal31422731403202445442106
Binary1100110010010111110011000110100101001001011001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC97CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC97CC; }

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

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

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

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

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

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

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

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