Shades of Lily #CF7FB2
Tints of Lily #CF7FB2
RGB
CMYK
RGB Variations
Color information
#CF7FB2 (or 0xCF7FB2) is known color: Lily. HEX triplet: CF, 7F and B2. RGB value is (207,127,178). Sum of RGB (Red+Green+Blue) = 207+127+178=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7FB2 is #30804D. Grayscale: #9C9C9C. Windows color (decimal): -3178574 or 11698127. OLE color: 11698127.
HSL color Cylindrical-coordinate representation of color #CF7FB2: hue angle of 321.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF7FB2 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 127 | 178 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.19 |
| HSL | 321.75º | 0.45% | 0.65% | - |
| HSV(B) | 321.75º | 0.39% | 0.81% | - |
| XYZ | 41.36 | 31.66 | 46.05 | - |
| YUV | 156.73 | 140 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 178 | 0 | 0.39 | 0.14 | 0.19 | 321.75 | 0.45 | 0.65 |
| Hex | CF | 7F | B2 | 0 | 27 | E | 13 | 142 | 2D | 41 |
| Octal | 317 | 177 | 262 | 0 | 47 | 16 | 23 | 502 | 55 | 101 |
| Binary | 11001111 | 1111111 | 10110010 | 0 | 100111 | 1110 | 10011 | 101000010 | 101101 | 1000001 |
Color Harmonies of #CF7FB2
Complementary color
Monochromatic Colors of #CF7FB2
Black with #CF7FB2
Text Example
Text Example
White with #CF7FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7FB2; }
p { color: rgb(207,127,178); }
H1.HeaderClassName
{
color: #CF7FB2;
}
.AnyTagClassName
{
color: #CF7FB2;
}
</style>
background-color css
<style>
a { background-color: #CF7FB2; }
a { background-color: rgb(207,127,178); }
div.DivClassName
{
background-color: #CF7FB2;
}
.BgClassName
{
background-color: #CF7FB2;
}
</style>
border-color css
<style>
span { border-color: #CF7FB2; }
span { border-color: rgb(207,127,178); }
td.TdClassName
{
border-color: #CF7FB2;
}
.TagClassName
{
border-color: #CF7FB2;
}
</style>