Shades of Lilac #CF98D3
Tints of Lilac #CF98D3
RGB
CMYK
RGB Variations
Color information
#CF98D3 (or 0xCF98D3) is known color: Lilac. HEX triplet: CF, 98 and D3. RGB value is (207,152,211). Sum of RGB (Red+Green+Blue) = 207+152+211=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 211 (82.81% from 255 or 37.02% from 570); Max value from RGB is 211 - color contains mainly: blue. Hex color #CF98D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF98D3 is #30672C. Grayscale: #AEAEAE. Windows color (decimal): -3172141 or 13867215. OLE color: 13867215.
HSL color Cylindrical-coordinate representation of color #CF98D3: hue angle of 295.93º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CF98D3 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 152 | 211 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.17 |
| HSL | 295.93º | 0.4% | 0.71% | - |
| HSV(B) | 295.93º | 0.28% | 0.83% | - |
| XYZ | 48.72 | 40.43 | 66.86 | - |
| YUV | 175.17 | 148.22 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 211 | 0.02 | 0.28 | 0 | 0.17 | 295.93 | 0.4 | 0.71 |
| Hex | CF | 98 | D3 | 2 | 1C | 0 | 11 | 128 | 28 | 47 |
| Octal | 317 | 230 | 323 | 2 | 34 | 0 | 21 | 450 | 50 | 107 |
| Binary | 11001111 | 10011000 | 11010011 | 10 | 11100 | 0 | 10001 | 100101000 | 101000 | 1000111 |
Color Harmonies of #CF98D3
Complementary color
Monochromatic Colors of #CF98D3
Black with #CF98D3
Text Example
Text Example
White with #CF98D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF98D3; }
p { color: rgb(207,152,211); }
H1.HeaderClassName
{
color: #CF98D3;
}
.AnyTagClassName
{
color: #CF98D3;
}
</style>
background-color css
<style>
a { background-color: #CF98D3; }
a { background-color: rgb(207,152,211); }
div.DivClassName
{
background-color: #CF98D3;
}
.BgClassName
{
background-color: #CF98D3;
}
</style>
border-color css
<style>
span { border-color: #CF98D3; }
span { border-color: rgb(207,152,211); }
td.TdClassName
{
border-color: #CF98D3;
}
.TagClassName
{
border-color: #CF98D3;
}
</style>