#CC94BD

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

Shades of Lily #CC94BD

Tints of Lily #CC94BD

Color information

#CC94BD (or 0xCC94BD) is unknown color: approx Lily. HEX triplet: CC, 94 and BD. RGB value is (204,148,189). Sum of RGB (Red+Green+Blue) = 204+148+189=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CC94BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC94BD is #336B42. Grayscale: #A9A9A9. Windows color (decimal): -3369795 or 12424396. OLE color: 12424396.

HSL color Cylindrical-coordinate representation of color #CC94BD: hue angle of 316.07º 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 #CC94BD is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB204148189-
CMYK00.270.070.2
HSL316.07º35.44%69.02%-
HSV(B)316.07º27.45%80%-
XYZ44.6837.6953.06-
YUV169.42139.05152.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.71%
GREEN value IS 148 (58.20% from 255) = 27.36%
BLUE value IS 189 (74.22% from 255) = 34.94%
R=37.71%
G=27.36%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414818900.270.070.2316.0735.4469.02
HexCC94BD01B71413c2345
Octal31422427503372447443105
Binary110011001001010010111101011011111101001001111001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC94BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC94BD; }

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

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

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

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

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

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

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

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