Shades of Lily #CF92BD
Tints of Lily #CF92BD
RGB
CMYK
RGB Variations
Color information
#CF92BD (or 0xCF92BD) is known color: Lily. HEX triplet: CF, 92 and BD. RGB value is (207,146,189). Sum of RGB (Red+Green+Blue) = 207+146+189=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CF92BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF92BD is #306D42. Grayscale: #A9A9A9. Windows color (decimal): -3173699 or 12423887. OLE color: 12423887.
HSL color Cylindrical-coordinate representation of color #CF92BD: hue angle of 317.7º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF92BD is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 146 | 189 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.19 |
| HSL | 317.7º | 0.39% | 0.69% | - |
| HSV(B) | 317.7º | 0.29% | 0.81% | - |
| XYZ | 45.2 | 37.5 | 53 | - |
| YUV | 169.14 | 139.21 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 146 | 189 | 0 | 0.29 | 0.09 | 0.19 | 317.7 | 0.39 | 0.69 |
| Hex | CF | 92 | BD | 0 | 1D | 9 | 13 | 13E | 27 | 45 |
| Octal | 317 | 222 | 275 | 0 | 35 | 11 | 23 | 476 | 47 | 105 |
| Binary | 11001111 | 10010010 | 10111101 | 0 | 11101 | 1001 | 10011 | 100111110 | 100111 | 1000101 |
Color Harmonies of #CF92BD
Complementary color
Monochromatic Colors of #CF92BD
Black with #CF92BD
Text Example
Text Example
White with #CF92BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF92BD; }
p { color: rgb(207,146,189); }
H1.HeaderClassName
{
color: #CF92BD;
}
.AnyTagClassName
{
color: #CF92BD;
}
</style>
background-color css
<style>
a { background-color: #CF92BD; }
a { background-color: rgb(207,146,189); }
div.DivClassName
{
background-color: #CF92BD;
}
.BgClassName
{
background-color: #CF92BD;
}
</style>
border-color css
<style>
span { border-color: #CF92BD; }
span { border-color: rgb(207,146,189); }
td.TdClassName
{
border-color: #CF92BD;
}
.TagClassName
{
border-color: #CF92BD;
}
</style>