#CC93BE

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

Shades of Lily #CC93BE

Tints of Lily #CC93BE

Color information

#CC93BE (or 0xCC93BE) is unknown color: approx Lily. HEX triplet: CC, 93 and BE. RGB value is (204,147,190). Sum of RGB (Red+Green+Blue) = 204+147+190=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CC93BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC93BE is #336C41. Grayscale: #A8A8A8. Windows color (decimal): -3370050 or 12489676. OLE color: 12489676.

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

Color convert

RGB204147190-
CMYK00.280.070.2
HSL314.74º35.85%68.82%-
HSV(B)314.74º27.94%80%-
XYZ44.6337.4253.59-
YUV168.94139.88153-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.71%
GREEN value IS 147 (57.81% from 255) = 27.17%
BLUE value IS 190 (74.61% from 255) = 35.12%
R=37.71%
G=27.17%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414719000.280.070.2314.7435.8568.82
HexCC93BE01C71413b2445
Octal31422327603472447344105
Binary110011001001001110111110011100111101001001110111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC93BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC93BE; }

 p { color: rgb(204,147,190); }

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

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

 a { background-color: rgb(204,147,190); }

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

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

 span { border-color: rgb(204,147,190); }

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