#CC94D1

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

Shades of Lilac #CC94D1

Tints of Lilac #CC94D1

Color information

#CC94D1 (or 0xCC94D1) is unknown color: approx Lilac. HEX triplet: CC, 94 and D1. RGB value is (204,148,209). Sum of RGB (Red+Green+Blue) = 204+148+209=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 209 (82.03% from 255 or 37.25% from 561); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC94D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC94D1 is #336B2E. Grayscale: #ABABAB. Windows color (decimal): -3369775 or 13735116. OLE color: 13735116.

HSL color Cylindrical-coordinate representation of color #CC94D1: hue angle of 295.08º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC94D1 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB204148209-
CMYK0.020.2900.18
HSL295.08º39.87%70%-
HSV(B)295.08º29.19%81.96%-
XYZ4738.6265.3-
YUV171.7149.05151.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.36%
GREEN value IS 148 (58.20% from 255) = 26.38%
BLUE value IS 209 (82.03% from 255) = 37.25%
R=36.36%
G=26.38%
B=37.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2041482090.020.2900.18295.0839.8770
HexCC94D121D0121272846
Octal31422432123502244750106
Binary11001100100101001101000110111010100101001001111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC94D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC94D1; }

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

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

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

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

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

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

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

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