Shades of Lily #CC7DB6
Tints of Lily #CC7DB6
RGB
CMYK
RGB Variations
Color information
#CC7DB6 (or 0xCC7DB6) is known color: Lily. HEX triplet: CC, 7D and B6. RGB value is (204,125,182). Sum of RGB (Red+Green+Blue) = 204+125+182=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7DB6 is #338249. Grayscale: #9A9A9A. Windows color (decimal): -3375690 or 11959756. OLE color: 11959756.
HSL color Cylindrical-coordinate representation of color #CC7DB6: hue angle of 316.71º 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 #CC7DB6 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 182 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.2 |
| HSL | 316.71º | 0.44% | 0.65% | - |
| HSV(B) | 316.71º | 0.39% | 0.8% | - |
| XYZ | 40.68 | 30.88 | 48.07 | - |
| YUV | 155.12 | 143.17 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 182 | 0 | 0.39 | 0.11 | 0.2 | 316.71 | 0.44 | 0.65 |
| Hex | CC | 7D | B6 | 0 | 27 | B | 14 | 13D | 2C | 41 |
| Octal | 314 | 175 | 266 | 0 | 47 | 13 | 24 | 475 | 54 | 101 |
| Binary | 11001100 | 1111101 | 10110110 | 0 | 100111 | 1011 | 10100 | 100111101 | 101100 | 1000001 |
Color Harmonies of #CC7DB6
Complementary color
Monochromatic Colors of #CC7DB6
Black with #CC7DB6
Text Example
Text Example
White with #CC7DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7DB6; }
p { color: rgb(204,125,182); }
H1.HeaderClassName
{
color: #CC7DB6;
}
.AnyTagClassName
{
color: #CC7DB6;
}
</style>
background-color css
<style>
a { background-color: #CC7DB6; }
a { background-color: rgb(204,125,182); }
div.DivClassName
{
background-color: #CC7DB6;
}
.BgClassName
{
background-color: #CC7DB6;
}
</style>
border-color css
<style>
span { border-color: #CC7DB6; }
span { border-color: rgb(204,125,182); }
td.TdClassName
{
border-color: #CC7DB6;
}
.TagClassName
{
border-color: #CC7DB6;
}
</style>