#CC97BD

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

Shades of Lily #CC97BD

Tints of Lily #CC97BD

Color information

#CC97BD (or 0xCC97BD) is unknown color: approx Lily. HEX triplet: CC, 97 and BD. RGB value is (204,151,189). Sum of RGB (Red+Green+Blue) = 204+151+189=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 151 (59.38% from 255 or 27.76% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CC97BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC97BD is #336842. Grayscale: #ABABAB. Windows color (decimal): -3369027 or 12425164. OLE color: 12425164.

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

Color convert

RGB204151189-
CMYK00.260.070.2
HSL316.98º34.19%69.61%-
HSV(B)316.98º25.98%80%-
XYZ45.1538.6453.22-
YUV171.18138.06151.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.5%
GREEN value IS 151 (59.38% from 255) = 27.76%
BLUE value IS 189 (74.22% from 255) = 34.74%
R=37.5%
G=27.76%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415118900.260.070.2316.9834.1969.61
HexCC97BD01A71413d2246
Octal31422727503272447542106
Binary110011001001011110111101011010111101001001111011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC97BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC97BD; }

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

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

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

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

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

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

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

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