#CC94CE

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

Shades of Lilac #CC94CE

Tints of Lilac #CC94CE

Color information

#CC94CE (or 0xCC94CE) is unknown color: approx Lilac. HEX triplet: CC, 94 and CE. RGB value is (204,148,206). Sum of RGB (Red+Green+Blue) = 204+148+206=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 148 (58.20% from 255 or 26.52% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC94CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC94CE is #336B31. Grayscale: #ABABAB. Windows color (decimal): -3369778 or 13538508. OLE color: 13538508.

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

Color convert

RGB204148206-
CMYK0.010.2800.19
HSL297.93º37.18%69.41%-
HSV(B)297.93º28.16%80.78%-
XYZ46.6338.4763.36-
YUV171.36147.55151.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.56%
GREEN value IS 148 (58.20% from 255) = 26.52%
BLUE value IS 206 (80.86% from 255) = 36.92%
R=36.56%
G=26.52%
B=36.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2041482060.010.2800.19297.9337.1869.41
HexCC94CE11C01312a2545
Octal31422431613402345245105
Binary1100110010010100110011101111000100111001010101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC94CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC94CE; }

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

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

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

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

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

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

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

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