Shades of Lily #CF78B4
Tints of Lily #CF78B4
RGB
CMYK
RGB Variations
Color information
#CF78B4 (or 0xCF78B4) is known color: Lily. HEX triplet: CF, 78 and B4. RGB value is (207,120,180). Sum of RGB (Red+Green+Blue) = 207+120+180=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CF78B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF78B4 is #30874B. Grayscale: #989898. Windows color (decimal): -3180364 or 11827407. OLE color: 11827407.
HSL color Cylindrical-coordinate representation of color #CF78B4: hue angle of 318.62º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF78B4 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 180 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.19 |
| HSL | 318.62º | 0.48% | 0.64% | - |
| HSV(B) | 318.62º | 0.42% | 0.81% | - |
| XYZ | 40.69 | 29.99 | 46.82 | - |
| YUV | 152.85 | 143.32 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 180 | 0 | 0.42 | 0.13 | 0.19 | 318.62 | 0.48 | 0.64 |
| Hex | CF | 78 | B4 | 0 | 2A | D | 13 | 13F | 30 | 40 |
| Octal | 317 | 170 | 264 | 0 | 52 | 15 | 23 | 477 | 60 | 100 |
| Binary | 11001111 | 1111000 | 10110100 | 0 | 101010 | 1101 | 10011 | 100111111 | 110000 | 1000000 |
Color Harmonies of #CF78B4
Complementary color
Monochromatic Colors of #CF78B4
Black with #CF78B4
Text Example
Text Example
White with #CF78B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF78B4; }
p { color: rgb(207,120,180); }
H1.HeaderClassName
{
color: #CF78B4;
}
.AnyTagClassName
{
color: #CF78B4;
}
</style>
background-color css
<style>
a { background-color: #CF78B4; }
a { background-color: rgb(207,120,180); }
div.DivClassName
{
background-color: #CF78B4;
}
.BgClassName
{
background-color: #CF78B4;
}
</style>
border-color css
<style>
span { border-color: #CF78B4; }
span { border-color: rgb(207,120,180); }
td.TdClassName
{
border-color: #CF78B4;
}
.TagClassName
{
border-color: #CF78B4;
}
</style>