Shades of Lilac #CB98CF
Tints of Lilac #CB98CF
RGB
CMYK
RGB Variations
Color information
#CB98CF (or 0xCB98CF) is known color: Lilac. HEX triplet: CB, 98 and CF. RGB value is (203,152,207). Sum of RGB (Red+Green+Blue) = 203+152+207=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB98CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB98CF is #346730. Grayscale: #ADADAD. Windows color (decimal): -3434289 or 13605067. OLE color: 13605067.
HSL color Cylindrical-coordinate representation of color #CB98CF: hue angle of 295.64º 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 #CB98CF is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 152 | 207 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.19 |
| HSL | 295.64º | 0.36% | 0.7% | - |
| HSV(B) | 295.64º | 0.27% | 0.81% | - |
| XYZ | 47.12 | 39.66 | 64.2 | - |
| YUV | 173.52 | 146.9 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 207 | 0.02 | 0.27 | 0 | 0.19 | 295.64 | 0.36 | 0.7 |
| Hex | CB | 98 | CF | 2 | 1B | 0 | 13 | 128 | 24 | 46 |
| Octal | 313 | 230 | 317 | 2 | 33 | 0 | 23 | 450 | 44 | 106 |
| Binary | 11001011 | 10011000 | 11001111 | 10 | 11011 | 0 | 10011 | 100101000 | 100100 | 1000110 |
Color Harmonies of #CB98CF
Complementary color
Monochromatic Colors of #CB98CF
Black with #CB98CF
Text Example
Text Example
White with #CB98CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB98CF; }
p { color: rgb(203,152,207); }
H1.HeaderClassName
{
color: #CB98CF;
}
.AnyTagClassName
{
color: #CB98CF;
}
</style>
background-color css
<style>
a { background-color: #CB98CF; }
a { background-color: rgb(203,152,207); }
div.DivClassName
{
background-color: #CB98CF;
}
.BgClassName
{
background-color: #CB98CF;
}
</style>
border-color css
<style>
span { border-color: #CB98CF; }
span { border-color: rgb(203,152,207); }
td.TdClassName
{
border-color: #CB98CF;
}
.TagClassName
{
border-color: #CB98CF;
}
</style>