Shades of Lily #CF7BB4
Tints of Lily #CF7BB4
RGB
CMYK
RGB Variations
Color information
#CF7BB4 (or 0xCF7BB4) is known color: Lily. HEX triplet: CF, 7B and B4. RGB value is (207,123,180). Sum of RGB (Red+Green+Blue) = 207+123+180=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 180 (70.70% from 255 or 35.29% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7BB4 is #30844B. Grayscale: #9A9A9A. Windows color (decimal): -3179596 or 11828175. OLE color: 11828175.
HSL color Cylindrical-coordinate representation of color #CF7BB4: hue angle of 319.29º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF7BB4 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 123 | 180 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.19 |
| HSL | 319.29º | 0.47% | 0.65% | - |
| HSV(B) | 319.29º | 0.41% | 0.81% | - |
| XYZ | 41.05 | 30.73 | 46.95 | - |
| YUV | 154.61 | 142.33 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 180 | 0 | 0.41 | 0.13 | 0.19 | 319.29 | 0.47 | 0.65 |
| Hex | CF | 7B | B4 | 0 | 29 | D | 13 | 13F | 2F | 41 |
| Octal | 317 | 173 | 264 | 0 | 51 | 15 | 23 | 477 | 57 | 101 |
| Binary | 11001111 | 1111011 | 10110100 | 0 | 101001 | 1101 | 10011 | 100111111 | 101111 | 1000001 |
Color Harmonies of #CF7BB4
Complementary color
Monochromatic Colors of #CF7BB4
Black with #CF7BB4
Text Example
Text Example
White with #CF7BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7BB4; }
p { color: rgb(207,123,180); }
H1.HeaderClassName
{
color: #CF7BB4;
}
.AnyTagClassName
{
color: #CF7BB4;
}
</style>
background-color css
<style>
a { background-color: #CF7BB4; }
a { background-color: rgb(207,123,180); }
div.DivClassName
{
background-color: #CF7BB4;
}
.BgClassName
{
background-color: #CF7BB4;
}
</style>
border-color css
<style>
span { border-color: #CF7BB4; }
span { border-color: rgb(207,123,180); }
td.TdClassName
{
border-color: #CF7BB4;
}
.TagClassName
{
border-color: #CF7BB4;
}
</style>