Shades of Lilac #CF97C2
Tints of Lilac #CF97C2
RGB
CMYK
RGB Variations
Color information
#CF97C2 (or 0xCF97C2) is known color: Lilac. HEX triplet: CF, 97 and C2. RGB value is (207,151,194). Sum of RGB (Red+Green+Blue) = 207+151+194=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 151 (59.38% from 255 or 27.36% from 552); Blue value is 194 (76.17% from 255 or 35.14% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CF97C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF97C2 is #30683D. Grayscale: #ACACAC. Windows color (decimal): -3172414 or 12752847. OLE color: 12752847.
HSL color Cylindrical-coordinate representation of color #CF97C2: hue angle of 313.93º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CF97C2 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 151 | 194 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.19 |
| HSL | 313.93º | 0.37% | 0.7% | - |
| HSV(B) | 313.93º | 0.27% | 0.81% | - |
| XYZ | 46.54 | 39.29 | 56.17 | - |
| YUV | 172.65 | 140.05 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 151 | 194 | 0 | 0.27 | 0.06 | 0.19 | 313.93 | 0.37 | 0.7 |
| Hex | CF | 97 | C2 | 0 | 1B | 6 | 13 | 13A | 25 | 46 |
| Octal | 317 | 227 | 302 | 0 | 33 | 6 | 23 | 472 | 45 | 106 |
| Binary | 11001111 | 10010111 | 11000010 | 0 | 11011 | 110 | 10011 | 100111010 | 100101 | 1000110 |
Color Harmonies of #CF97C2
Complementary color
Monochromatic Colors of #CF97C2
Black with #CF97C2
Text Example
Text Example
White with #CF97C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF97C2; }
p { color: rgb(207,151,194); }
H1.HeaderClassName
{
color: #CF97C2;
}
.AnyTagClassName
{
color: #CF97C2;
}
</style>
background-color css
<style>
a { background-color: #CF97C2; }
a { background-color: rgb(207,151,194); }
div.DivClassName
{
background-color: #CF97C2;
}
.BgClassName
{
background-color: #CF97C2;
}
</style>
border-color css
<style>
span { border-color: #CF97C2; }
span { border-color: rgb(207,151,194); }
td.TdClassName
{
border-color: #CF97C2;
}
.TagClassName
{
border-color: #CF97C2;
}
</style>