Shades of Lilac #CF98D4
Tints of Lilac #CF98D4
RGB
CMYK
RGB Variations
Color information
#CF98D4 (or 0xCF98D4) is known color: Lilac. HEX triplet: CF, 98 and D4. RGB value is (207,152,212). Sum of RGB (Red+Green+Blue) = 207+152+212=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 152 (59.77% from 255 or 26.62% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 212 - color contains mainly: blue. Hex color #CF98D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF98D4 is #30672B. Grayscale: #AFAFAF. Windows color (decimal): -3172140 or 13932751. OLE color: 13932751.
HSL color Cylindrical-coordinate representation of color #CF98D4: hue angle of 295º degrees, saturation: 0.41, 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 #CF98D4 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 152 | 212 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.17 |
| HSL | 295º | 0.41% | 0.71% | - |
| HSV(B) | 295º | 0.28% | 0.83% | - |
| XYZ | 48.84 | 40.48 | 67.53 | - |
| YUV | 175.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 212 | 0.02 | 0.28 | 0 | 0.17 | 295 | 0.41 | 0.71 |
| Hex | CF | 98 | D4 | 2 | 1C | 0 | 11 | 127 | 29 | 47 |
| Octal | 317 | 230 | 324 | 2 | 34 | 0 | 21 | 447 | 51 | 107 |
| Binary | 11001111 | 10011000 | 11010100 | 10 | 11100 | 0 | 10001 | 100100111 | 101001 | 1000111 |
Color Harmonies of #CF98D4
Complementary color
Monochromatic Colors of #CF98D4
Black with #CF98D4
Text Example
Text Example
White with #CF98D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF98D4; }
p { color: rgb(207,152,212); }
H1.HeaderClassName
{
color: #CF98D4;
}
.AnyTagClassName
{
color: #CF98D4;
}
</style>
background-color css
<style>
a { background-color: #CF98D4; }
a { background-color: rgb(207,152,212); }
div.DivClassName
{
background-color: #CF98D4;
}
.BgClassName
{
background-color: #CF98D4;
}
</style>
border-color css
<style>
span { border-color: #CF98D4; }
span { border-color: rgb(207,152,212); }
td.TdClassName
{
border-color: #CF98D4;
}
.TagClassName
{
border-color: #CF98D4;
}
</style>