Shades of Lily #CC7DB7
Tints of Lily #CC7DB7
RGB
CMYK
RGB Variations
Color information
#CC7DB7 (or 0xCC7DB7) is known color: Lily. HEX triplet: CC, 7D and B7. RGB value is (204,125,183). Sum of RGB (Red+Green+Blue) = 204+125+183=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7DB7 is #338248. Grayscale: #9B9B9B. Windows color (decimal): -3375689 or 12025292. OLE color: 12025292.
HSL color Cylindrical-coordinate representation of color #CC7DB7: hue angle of 315.95º 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 #CC7DB7 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 183 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.2 |
| HSL | 315.95º | 0.44% | 0.65% | - |
| HSV(B) | 315.95º | 0.39% | 0.8% | - |
| XYZ | 40.78 | 30.92 | 48.62 | - |
| YUV | 155.23 | 143.67 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 183 | 0 | 0.39 | 0.10 | 0.2 | 315.95 | 0.44 | 0.65 |
| Hex | CC | 7D | B7 | 0 | 27 | A | 14 | 13C | 2C | 41 |
| Octal | 314 | 175 | 267 | 0 | 47 | 12 | 24 | 474 | 54 | 101 |
| Binary | 11001100 | 1111101 | 10110111 | 0 | 100111 | 1010 | 10100 | 100111100 | 101100 | 1000001 |
Color Harmonies of #CC7DB7
Complementary color
Monochromatic Colors of #CC7DB7
Black with #CC7DB7
Text Example
Text Example
White with #CC7DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7DB7; }
p { color: rgb(204,125,183); }
H1.HeaderClassName
{
color: #CC7DB7;
}
.AnyTagClassName
{
color: #CC7DB7;
}
</style>
background-color css
<style>
a { background-color: #CC7DB7; }
a { background-color: rgb(204,125,183); }
div.DivClassName
{
background-color: #CC7DB7;
}
.BgClassName
{
background-color: #CC7DB7;
}
</style>
border-color css
<style>
span { border-color: #CC7DB7; }
span { border-color: rgb(204,125,183); }
td.TdClassName
{
border-color: #CC7DB7;
}
.TagClassName
{
border-color: #CC7DB7;
}
</style>