Shades of Lilac #CF97D1
Tints of Lilac #CF97D1
RGB
CMYK
RGB Variations
Color information
#CF97D1 (or 0xCF97D1) is known color: Lilac. HEX triplet: CF, 97 and D1. RGB value is (207,151,209). Sum of RGB (Red+Green+Blue) = 207+151+209=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 209 (82.03% from 255 or 36.86% from 567); Max value from RGB is 209 - color contains mainly: blue. Hex color #CF97D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF97D1 is #30682E. Grayscale: #AEAEAE. Windows color (decimal): -3172399 or 13735887. OLE color: 13735887.
HSL color Cylindrical-coordinate representation of color #CF97D1: hue angle of 297.93º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CF97D1 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 151 | 209 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.18 |
| HSL | 297.93º | 0.39% | 0.71% | - |
| HSV(B) | 297.93º | 0.28% | 0.82% | - |
| XYZ | 48.31 | 40 | 65.5 | - |
| YUV | 174.36 | 147.55 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 151 | 209 | 0.01 | 0.28 | 0 | 0.18 | 297.93 | 0.39 | 0.71 |
| Hex | CF | 97 | D1 | 1 | 1C | 0 | 12 | 12A | 27 | 47 |
| Octal | 317 | 227 | 321 | 1 | 34 | 0 | 22 | 452 | 47 | 107 |
| Binary | 11001111 | 10010111 | 11010001 | 1 | 11100 | 0 | 10010 | 100101010 | 100111 | 1000111 |
Color Harmonies of #CF97D1
Complementary color
Monochromatic Colors of #CF97D1
Black with #CF97D1
Text Example
Text Example
White with #CF97D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF97D1; }
p { color: rgb(207,151,209); }
H1.HeaderClassName
{
color: #CF97D1;
}
.AnyTagClassName
{
color: #CF97D1;
}
</style>
background-color css
<style>
a { background-color: #CF97D1; }
a { background-color: rgb(207,151,209); }
div.DivClassName
{
background-color: #CF97D1;
}
.BgClassName
{
background-color: #CF97D1;
}
</style>
border-color css
<style>
span { border-color: #CF97D1; }
span { border-color: rgb(207,151,209); }
td.TdClassName
{
border-color: #CF97D1;
}
.TagClassName
{
border-color: #CF97D1;
}
</style>