#CC90CC

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

Shades of Lilac #CC90CC

Tints of Lilac #CC90CC

Color information

#CC90CC (or 0xCC90CC) is unknown color: approx Lilac. HEX triplet: CC, 90 and CC. RGB value is (204,144,204). Sum of RGB (Red+Green+Blue) = 204+144+204=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC90CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC90CC is #336F33. Grayscale: #A8A8A8. Windows color (decimal): -3370804 or 13406412. OLE color: 13406412.

HSL color Cylindrical-coordinate representation of color #CC90CC: 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.29%. Process color model (Four color, CMYK) of #CC90CC is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB204144204-
CMYK00.2900.2
HSL300º37.04%68.24%-
HSV(B)300º29.41%80%-
XYZ45.7737.1461.88-
YUV168.78147.88153.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.96%
GREEN value IS 144 (56.64% from 255) = 26.09%
BLUE value IS 204 (80.08% from 255) = 36.96%
R=36.96%
G=26.09%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414420400.2900.230037.0468.24
HexCC90CC01D01412c2544
Octal31422031403502445445104
Binary1100110010010000110011000111010101001001011001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC90CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC90CC; }

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

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

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

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

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

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

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

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