Shades of Lily #CC7DB4
Tints of Lily #CC7DB4
RGB
CMYK
RGB Variations
Color information
#CC7DB4 (or 0xCC7DB4) is known color: Lily. HEX triplet: CC, 7D and B4. RGB value is (204,125,180). Sum of RGB (Red+Green+Blue) = 204+125+180=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7DB4 is #33824B. Grayscale: #9A9A9A. Windows color (decimal): -3375692 or 11828684. OLE color: 11828684.
HSL color Cylindrical-coordinate representation of color #CC7DB4: hue angle of 318.23º 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 #CC7DB4 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 180 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.2 |
| HSL | 318.23º | 0.44% | 0.65% | - |
| HSV(B) | 318.23º | 0.39% | 0.8% | - |
| XYZ | 40.47 | 30.8 | 46.99 | - |
| YUV | 154.89 | 142.17 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 180 | 0 | 0.39 | 0.12 | 0.2 | 318.23 | 0.44 | 0.65 |
| Hex | CC | 7D | B4 | 0 | 27 | C | 14 | 13E | 2C | 41 |
| Octal | 314 | 175 | 264 | 0 | 47 | 14 | 24 | 476 | 54 | 101 |
| Binary | 11001100 | 1111101 | 10110100 | 0 | 100111 | 1100 | 10100 | 100111110 | 101100 | 1000001 |
Color Harmonies of #CC7DB4
Complementary color
Monochromatic Colors of #CC7DB4
Black with #CC7DB4
Text Example
Text Example
White with #CC7DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7DB4; }
p { color: rgb(204,125,180); }
H1.HeaderClassName
{
color: #CC7DB4;
}
.AnyTagClassName
{
color: #CC7DB4;
}
</style>
background-color css
<style>
a { background-color: #CC7DB4; }
a { background-color: rgb(204,125,180); }
div.DivClassName
{
background-color: #CC7DB4;
}
.BgClassName
{
background-color: #CC7DB4;
}
</style>
border-color css
<style>
span { border-color: #CC7DB4; }
span { border-color: rgb(204,125,180); }
td.TdClassName
{
border-color: #CC7DB4;
}
.TagClassName
{
border-color: #CC7DB4;
}
</style>