Shades of Lilac #CF98CA
Tints of Lilac #CF98CA
RGB
CMYK
RGB Variations
Color information
#CF98CA (or 0xCF98CA) is known color: Lilac. HEX triplet: CF, 98 and CA. RGB value is (207,152,202). Sum of RGB (Red+Green+Blue) = 207+152+202=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 152 (59.77% from 255 or 27.09% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CF98CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF98CA is #306735. Grayscale: #ADADAD. Windows color (decimal): -3172150 or 13277391. OLE color: 13277391.
HSL color Cylindrical-coordinate representation of color #CF98CA: hue angle of 305.45º degrees, saturation: 0.36, 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 #CF98CA is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 202 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.19 |
| HSL | 305.45º | 0.36% | 0.7% | - |
| HSV(B) | 305.45º | 0.27% | 0.81% | - |
| XYZ | 47.62 | 39.99 | 61.09 | - |
| YUV | 174.15 | 143.72 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 202 | 0 | 0.27 | 0.02 | 0.19 | 305.45 | 0.36 | 0.7 |
| Hex | CF | 98 | CA | 0 | 1B | 2 | 13 | 131 | 24 | 46 |
| Octal | 317 | 230 | 312 | 0 | 33 | 2 | 23 | 461 | 44 | 106 |
| Binary | 11001111 | 10011000 | 11001010 | 0 | 11011 | 10 | 10011 | 100110001 | 100100 | 1000110 |
Color Harmonies of #CF98CA
Complementary color
Monochromatic Colors of #CF98CA
Black with #CF98CA
Text Example
Text Example
White with #CF98CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF98CA; }
p { color: rgb(207,152,202); }
H1.HeaderClassName
{
color: #CF98CA;
}
.AnyTagClassName
{
color: #CF98CA;
}
</style>
background-color css
<style>
a { background-color: #CF98CA; }
a { background-color: rgb(207,152,202); }
div.DivClassName
{
background-color: #CF98CA;
}
.BgClassName
{
background-color: #CF98CA;
}
</style>
border-color css
<style>
span { border-color: #CF98CA; }
span { border-color: rgb(207,152,202); }
td.TdClassName
{
border-color: #CF98CA;
}
.TagClassName
{
border-color: #CF98CA;
}
</style>