#CC93BC

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

Shades of Lily #CC93BC

Tints of Lily #CC93BC

Color information

#CC93BC (or 0xCC93BC) is unknown color: approx Lily. HEX triplet: CC, 93 and BC. RGB value is (204,147,188). Sum of RGB (Red+Green+Blue) = 204+147+188=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CC93BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC93BC is #336C43. Grayscale: #A8A8A8. Windows color (decimal): -3370052 or 12358604. OLE color: 12358604.

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

Color convert

RGB204147188-
CMYK00.280.080.2
HSL316.84º35.85%68.82%-
HSV(B)316.84º27.94%80%-
XYZ44.4137.3452.44-
YUV168.72138.88153.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.85%
GREEN value IS 147 (57.81% from 255) = 27.27%
BLUE value IS 188 (73.83% from 255) = 34.88%
R=37.85%
G=27.27%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414718800.280.080.2316.8435.8568.82
HexCC93BC01C81413d2445
Octal314223274034102447544105
Binary1100110010010011101111000111001000101001001111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC93BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC93BC; }

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

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

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

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

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

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

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

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