Shades of Lily #CF8FC0
Tints of Lily #CF8FC0
RGB
CMYK
RGB Variations
Color information
#CF8FC0 (or 0xCF8FC0) is known color: Lily. HEX triplet: CF, 8F and C0. RGB value is (207,143,192). Sum of RGB (Red+Green+Blue) = 207+143+192=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8FC0 is #30703F. Grayscale: #A7A7A7. Windows color (decimal): -3174464 or 12619727. OLE color: 12619727.
HSL color Cylindrical-coordinate representation of color #CF8FC0: hue angle of 314.06º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CF8FC0 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 192 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.19 |
| HSL | 314.06º | 0.4% | 0.69% | - |
| HSV(B) | 314.06º | 0.31% | 0.81% | - |
| XYZ | 45.07 | 36.72 | 54.58 | - |
| YUV | 167.72 | 141.7 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 192 | 0 | 0.31 | 0.07 | 0.19 | 314.06 | 0.4 | 0.69 |
| Hex | CF | 8F | C0 | 0 | 1F | 7 | 13 | 13A | 28 | 45 |
| Octal | 317 | 217 | 300 | 0 | 37 | 7 | 23 | 472 | 50 | 105 |
| Binary | 11001111 | 10001111 | 11000000 | 0 | 11111 | 111 | 10011 | 100111010 | 101000 | 1000101 |
Color Harmonies of #CF8FC0
Complementary color
Monochromatic Colors of #CF8FC0
Black with #CF8FC0
Text Example
Text Example
White with #CF8FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8FC0; }
p { color: rgb(207,143,192); }
H1.HeaderClassName
{
color: #CF8FC0;
}
.AnyTagClassName
{
color: #CF8FC0;
}
</style>
background-color css
<style>
a { background-color: #CF8FC0; }
a { background-color: rgb(207,143,192); }
div.DivClassName
{
background-color: #CF8FC0;
}
.BgClassName
{
background-color: #CF8FC0;
}
</style>
border-color css
<style>
span { border-color: #CF8FC0; }
span { border-color: rgb(207,143,192); }
td.TdClassName
{
border-color: #CF8FC0;
}
.TagClassName
{
border-color: #CF8FC0;
}
</style>