#CC7FAD

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

Shades of Lily #CC7FAD

Tints of Lily #CC7FAD

Color information

#CC7FAD (or 0xCC7FAD) is unknown color: approx Lily. HEX triplet: CC, 7F and AD. RGB value is (204,127,173). Sum of RGB (Red+Green+Blue) = 204+127+173=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7FAD is #338052. Grayscale: #9B9B9B. Windows color (decimal): -3375187 or 11370444. OLE color: 11370444.

HSL color Cylindrical-coordinate representation of color #CC7FAD: hue angle of 324.16º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC7FAD is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB204127173-
CMYK00.380.150.2
HSL324.16º43.02%64.9%-
HSV(B)324.16º37.75%80%-
XYZ40.0331.0343.42-
YUV155.27138.01162.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.48%
GREEN value IS 127 (50% from 255) = 25.20%
BLUE value IS 173 (67.97% from 255) = 34.33%
R=40.48%
G=25.20%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412717300.380.150.2324.1643.0264.9
HexCC7FAD026F141442b41
Octal314177255046172450453101
Binary1100110011111111010110101001101111101001010001001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7FAD; }

 p { color: rgb(204,127,173); }

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

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

 a { background-color: rgb(204,127,173); }

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

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

 span { border-color: rgb(204,127,173); }

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