Shades of Lily #CF81B4
Tints of Lily #CF81B4
RGB
CMYK
RGB Variations
Color information
#CF81B4 (or 0xCF81B4) is known color: Lily. HEX triplet: CF, 81 and B4. RGB value is (207,129,180). Sum of RGB (Red+Green+Blue) = 207+129+180=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CF81B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF81B4 is #307E4B. Grayscale: #9E9E9E. Windows color (decimal): -3178060 or 11829711. OLE color: 11829711.
HSL color Cylindrical-coordinate representation of color #CF81B4: hue angle of 320.77º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF81B4 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 180 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.19 |
| HSL | 320.77º | 0.45% | 0.66% | - |
| HSV(B) | 320.77º | 0.38% | 0.81% | - |
| XYZ | 41.82 | 32.26 | 47.2 | - |
| YUV | 158.14 | 140.34 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 180 | 0 | 0.38 | 0.13 | 0.19 | 320.77 | 0.45 | 0.66 |
| Hex | CF | 81 | B4 | 0 | 26 | D | 13 | 141 | 2D | 42 |
| Octal | 317 | 201 | 264 | 0 | 46 | 15 | 23 | 501 | 55 | 102 |
| Binary | 11001111 | 10000001 | 10110100 | 0 | 100110 | 1101 | 10011 | 101000001 | 101101 | 1000010 |
Color Harmonies of #CF81B4
Complementary color
Monochromatic Colors of #CF81B4
Black with #CF81B4
Text Example
Text Example
White with #CF81B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF81B4; }
p { color: rgb(207,129,180); }
H1.HeaderClassName
{
color: #CF81B4;
}
.AnyTagClassName
{
color: #CF81B4;
}
</style>
background-color css
<style>
a { background-color: #CF81B4; }
a { background-color: rgb(207,129,180); }
div.DivClassName
{
background-color: #CF81B4;
}
.BgClassName
{
background-color: #CF81B4;
}
</style>
border-color css
<style>
span { border-color: #CF81B4; }
span { border-color: rgb(207,129,180); }
td.TdClassName
{
border-color: #CF81B4;
}
.TagClassName
{
border-color: #CF81B4;
}
</style>