Shades of Lilac #CF98C3
Tints of Lilac #CF98C3
RGB
CMYK
RGB Variations
Color information
#CF98C3 (or 0xCF98C3) is known color: Lilac. HEX triplet: CF, 98 and C3. RGB value is (207,152,195). Sum of RGB (Red+Green+Blue) = 207+152+195=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 195 (76.56% from 255 or 35.20% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CF98C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF98C3 is #30673C. Grayscale: #ADADAD. Windows color (decimal): -3172157 or 12818639. OLE color: 12818639.
HSL color Cylindrical-coordinate representation of color #CF98C3: hue angle of 313.09º 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 #CF98C3 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 195 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.19 |
| HSL | 313.09º | 0.36% | 0.7% | - |
| HSV(B) | 313.09º | 0.27% | 0.81% | - |
| XYZ | 46.81 | 39.66 | 56.82 | - |
| YUV | 173.35 | 140.22 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 195 | 0 | 0.27 | 0.06 | 0.19 | 313.09 | 0.36 | 0.7 |
| Hex | CF | 98 | C3 | 0 | 1B | 6 | 13 | 139 | 24 | 46 |
| Octal | 317 | 230 | 303 | 0 | 33 | 6 | 23 | 471 | 44 | 106 |
| Binary | 11001111 | 10011000 | 11000011 | 0 | 11011 | 110 | 10011 | 100111001 | 100100 | 1000110 |
Color Harmonies of #CF98C3
Complementary color
Monochromatic Colors of #CF98C3
Black with #CF98C3
Text Example
Text Example
White with #CF98C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF98C3; }
p { color: rgb(207,152,195); }
H1.HeaderClassName
{
color: #CF98C3;
}
.AnyTagClassName
{
color: #CF98C3;
}
</style>
background-color css
<style>
a { background-color: #CF98C3; }
a { background-color: rgb(207,152,195); }
div.DivClassName
{
background-color: #CF98C3;
}
.BgClassName
{
background-color: #CF98C3;
}
</style>
border-color css
<style>
span { border-color: #CF98C3; }
span { border-color: rgb(207,152,195); }
td.TdClassName
{
border-color: #CF98C3;
}
.TagClassName
{
border-color: #CF98C3;
}
</style>