Shades of Lilac #CF8FC9
Tints of Lilac #CF8FC9
RGB
CMYK
RGB Variations
Color information
#CF8FC9 (or 0xCF8FC9) is known color: Lilac. HEX triplet: CF, 8F and C9. RGB value is (207,143,201). Sum of RGB (Red+Green+Blue) = 207+143+201=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8FC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8FC9 is #307036. Grayscale: #A8A8A8. Windows color (decimal): -3174455 or 13209551. OLE color: 13209551.
HSL color Cylindrical-coordinate representation of color #CF8FC9: hue angle of 305.62º 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 #CF8FC9 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 201 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.19 |
| HSL | 305.63º | 0.4% | 0.69% | - |
| HSV(B) | 305.63º | 0.31% | 0.81% | - |
| XYZ | 46.1 | 37.13 | 60 | - |
| YUV | 168.75 | 146.2 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 201 | 0 | 0.31 | 0.03 | 0.19 | 305.63 | 0.4 | 0.69 |
| Hex | CF | 8F | C9 | 0 | 1F | 3 | 13 | 132 | 28 | 45 |
| Octal | 317 | 217 | 311 | 0 | 37 | 3 | 23 | 462 | 50 | 105 |
| Binary | 11001111 | 10001111 | 11001001 | 0 | 11111 | 11 | 10011 | 100110010 | 101000 | 1000101 |
Color Harmonies of #CF8FC9
Complementary color
Monochromatic Colors of #CF8FC9
Black with #CF8FC9
Text Example
Text Example
White with #CF8FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8FC9; }
p { color: rgb(207,143,201); }
H1.HeaderClassName
{
color: #CF8FC9;
}
.AnyTagClassName
{
color: #CF8FC9;
}
</style>
background-color css
<style>
a { background-color: #CF8FC9; }
a { background-color: rgb(207,143,201); }
div.DivClassName
{
background-color: #CF8FC9;
}
.BgClassName
{
background-color: #CF8FC9;
}
</style>
border-color css
<style>
span { border-color: #CF8FC9; }
span { border-color: rgb(207,143,201); }
td.TdClassName
{
border-color: #CF8FC9;
}
.TagClassName
{
border-color: #CF8FC9;
}
</style>