#CC94CA

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

Shades of Lilac #CC94CA

Tints of Lilac #CC94CA

Color information

#CC94CA (or 0xCC94CA) is unknown color: approx Lilac. HEX triplet: CC, 94 and CA. RGB value is (204,148,202). Sum of RGB (Red+Green+Blue) = 204+148+202=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 148 (58.20% from 255 or 26.71% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CC94CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC94CA is #336B35. Grayscale: #AAAAAA. Windows color (decimal): -3369782 or 13276364. OLE color: 13276364.

HSL color Cylindrical-coordinate representation of color #CC94CA: hue angle of 302.14º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CC94CA is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB204148202-
CMYK00.270.010.2
HSL302.14º35.44%69.02%-
HSV(B)302.14º27.45%80%-
XYZ46.1538.2860.83-
YUV170.9145.55151.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.82%
GREEN value IS 148 (58.20% from 255) = 26.71%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=36.82%
G=26.71%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414820200.270.010.2302.1435.4469.02
HexCC94CA01B11412e2345
Octal31422431203312445643105
Binary1100110010010100110010100110111101001001011101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC94CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC94CA; }

 p { color: rgb(204,148,202); }

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

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

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

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

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

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

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