#CC94CF

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

Shades of Lilac #CC94CF

Tints of Lilac #CC94CF

Color information

#CC94CF (or 0xCC94CF) is unknown color: approx Lilac. HEX triplet: CC, 94 and CF. RGB value is (204,148,207). Sum of RGB (Red+Green+Blue) = 204+148+207=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 148 (58.20% from 255 or 26.48% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC94CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC94CF is #336B30. Grayscale: #ABABAB. Windows color (decimal): -3369777 or 13604044. OLE color: 13604044.

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

Color convert

RGB204148207-
CMYK0.010.2900.19
HSL296.95º38.06%69.61%-
HSV(B)296.95º28.5%81.18%-
XYZ46.7538.5264-
YUV171.47148.05151.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.49%
GREEN value IS 148 (58.20% from 255) = 26.48%
BLUE value IS 207 (81.25% from 255) = 37.03%
R=36.49%
G=26.48%
B=37.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2041482070.010.2900.19296.9538.0669.61
HexCC94CF11D0131292646
Octal31422431713502345146106
Binary1100110010010100110011111111010100111001010011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC94CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC94CF; }

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

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

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

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

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

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

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

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