Shades of Lily #CF87BD
Tints of Lily #CF87BD
RGB
CMYK
RGB Variations
Color information
#CF87BD (or 0xCF87BD) is known color: Lily. HEX triplet: CF, 87 and BD. RGB value is (207,135,189). Sum of RGB (Red+Green+Blue) = 207+135+189=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CF87BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF87BD is #307842. Grayscale: #A2A2A2. Windows color (decimal): -3176515 or 12421071. OLE color: 12421071.
HSL color Cylindrical-coordinate representation of color #CF87BD: hue angle of 315º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF87BD is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 135 | 189 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.19 |
| HSL | 315º | 0.43% | 0.67% | - |
| HSV(B) | 315º | 0.35% | 0.81% | - |
| XYZ | 43.58 | 34.27 | 52.46 | - |
| YUV | 162.68 | 142.85 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 135 | 189 | 0 | 0.35 | 0.09 | 0.19 | 315 | 0.43 | 0.67 |
| Hex | CF | 87 | BD | 0 | 23 | 9 | 13 | 13B | 2B | 43 |
| Octal | 317 | 207 | 275 | 0 | 43 | 11 | 23 | 473 | 53 | 103 |
| Binary | 11001111 | 10000111 | 10111101 | 0 | 100011 | 1001 | 10011 | 100111011 | 101011 | 1000011 |
Color Harmonies of #CF87BD
Complementary color
Monochromatic Colors of #CF87BD
Black with #CF87BD
Text Example
Text Example
White with #CF87BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF87BD; }
p { color: rgb(207,135,189); }
H1.HeaderClassName
{
color: #CF87BD;
}
.AnyTagClassName
{
color: #CF87BD;
}
</style>
background-color css
<style>
a { background-color: #CF87BD; }
a { background-color: rgb(207,135,189); }
div.DivClassName
{
background-color: #CF87BD;
}
.BgClassName
{
background-color: #CF87BD;
}
</style>
border-color css
<style>
span { border-color: #CF87BD; }
span { border-color: rgb(207,135,189); }
td.TdClassName
{
border-color: #CF87BD;
}
.TagClassName
{
border-color: #CF87BD;
}
</style>