#CC90CE

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

Shades of Lilac #CC90CE

Tints of Lilac #CC90CE

Color information

#CC90CE (or 0xCC90CE) is unknown color: approx Lilac. HEX triplet: CC, 90 and CE. RGB value is (204,144,206). Sum of RGB (Red+Green+Blue) = 204+144+206=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC90CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC90CE is #336F31. Grayscale: #A8A8A8. Windows color (decimal): -3370802 or 13537484. OLE color: 13537484.

HSL color Cylindrical-coordinate representation of color #CC90CE: hue angle of 298.06º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC90CE is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB204144206-
CMYK0.010.3000.19
HSL298.06º38.75%68.63%-
HSV(B)298.06º30.1%80.78%-
XYZ46.0237.2463.16-
YUV169.01148.88152.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.82%
GREEN value IS 144 (56.64% from 255) = 25.99%
BLUE value IS 206 (80.86% from 255) = 37.18%
R=36.82%
G=25.99%
B=37.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2041442060.010.3000.19298.0638.7568.63
HexCC90CE11E01312a2745
Octal31422031613602345247105
Binary1100110010010000110011101111100100111001010101001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC90CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC90CE; }

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

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

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

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

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

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

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

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