Shades of Lily #CF87BA
Tints of Lily #CF87BA
RGB
CMYK
RGB Variations
Color information
#CF87BA (or 0xCF87BA) is known color: Lily. HEX triplet: CF, 87 and BA. RGB value is (207,135,186). Sum of RGB (Red+Green+Blue) = 207+135+186=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 135 (53.12% from 255 or 25.57% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CF87BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF87BA is #307845. Grayscale: #A2A2A2. Windows color (decimal): -3176518 or 12224463. OLE color: 12224463.
HSL color Cylindrical-coordinate representation of color #CF87BA: hue angle of 317.5º 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 #CF87BA is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 135 | 186 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.19 |
| HSL | 317.5º | 0.43% | 0.67% | - |
| HSV(B) | 317.5º | 0.35% | 0.81% | - |
| XYZ | 43.26 | 34.14 | 50.76 | - |
| YUV | 162.34 | 141.35 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 135 | 186 | 0 | 0.35 | 0.10 | 0.19 | 317.5 | 0.43 | 0.67 |
| Hex | CF | 87 | BA | 0 | 23 | A | 13 | 13E | 2B | 43 |
| Octal | 317 | 207 | 272 | 0 | 43 | 12 | 23 | 476 | 53 | 103 |
| Binary | 11001111 | 10000111 | 10111010 | 0 | 100011 | 1010 | 10011 | 100111110 | 101011 | 1000011 |
Color Harmonies of #CF87BA
Complementary color
Monochromatic Colors of #CF87BA
Black with #CF87BA
Text Example
Text Example
White with #CF87BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF87BA; }
p { color: rgb(207,135,186); }
H1.HeaderClassName
{
color: #CF87BA;
}
.AnyTagClassName
{
color: #CF87BA;
}
</style>
background-color css
<style>
a { background-color: #CF87BA; }
a { background-color: rgb(207,135,186); }
div.DivClassName
{
background-color: #CF87BA;
}
.BgClassName
{
background-color: #CF87BA;
}
</style>
border-color css
<style>
span { border-color: #CF87BA; }
span { border-color: rgb(207,135,186); }
td.TdClassName
{
border-color: #CF87BA;
}
.TagClassName
{
border-color: #CF87BA;
}
</style>