#CC7DB8

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

Shades of Lily #CC7DB8

Tints of Lily #CC7DB8

Color information

#CC7DB8 (or 0xCC7DB8) is unknown color: approx Lily. HEX triplet: CC, 7D and B8. RGB value is (204,125,184). Sum of RGB (Red+Green+Blue) = 204+125+184=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 184 (72.27% from 255 or 35.87% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7DB8 is #338247. Grayscale: #9B9B9B. Windows color (decimal): -3375688 or 12090828. OLE color: 12090828.

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

Color convert

RGB204125184-
CMYK00.390.100.2
HSL315.19º43.65%64.51%-
HSV(B)315.19º38.73%80%-
XYZ40.8930.9749.17-
YUV155.35144.17162.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.77%
GREEN value IS 125 (49.22% from 255) = 24.37%
BLUE value IS 184 (72.27% from 255) = 35.87%
R=39.77%
G=24.37%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412518400.390.100.2315.1943.6564.51
HexCC7DB8027A1413b2c41
Octal314175270047122447354101
Binary1100110011111011011100001001111010101001001110111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7DB8; }

 p { color: rgb(204,125,184); }

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

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

 a { background-color: rgb(204,125,184); }

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

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

 span { border-color: rgb(204,125,184); }

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