Shades of Lilac #CB97CA
Tints of Lilac #CB97CA
RGB
CMYK
RGB Variations
Color information
#CB97CA (or 0xCB97CA) is known color: Lilac. HEX triplet: CB, 97 and CA. RGB value is (203,151,202). Sum of RGB (Red+Green+Blue) = 203+151+202=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 151 (59.38% from 255 or 27.16% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 203 - color contains mainly: red. Hex color #CB97CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB97CA is #346835. Grayscale: #ACACAC. Windows color (decimal): -3434550 or 13277131. OLE color: 13277131.
HSL color Cylindrical-coordinate representation of color #CB97CA: hue angle of 301.15º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CB97CA is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 151 | 202 | - |
| CMYK | 0 | 0.26 | 0.00 | 0.20 |
| HSL | 301.15º | 0.33% | 0.69% | - |
| HSV(B) | 301.15º | 0.26% | 0.8% | - |
| XYZ | 46.36 | 39.09 | 60.98 | - |
| YUV | 172.36 | 144.73 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 202 | 0 | 0.26 | 0.00 | 0.20 | 301.15 | 0.33 | 0.69 |
| Hex | CB | 97 | CA | 0 | 1A | 0 | 14 | 12D | 21 | 45 |
| Octal | 313 | 227 | 312 | 0 | 32 | 0 | 24 | 455 | 41 | 105 |
| Binary | 11001011 | 10010111 | 11001010 | 0 | 11010 | 0 | 10100 | 100101101 | 100001 | 1000101 |
Color Harmonies of #CB97CA
Complementary color
Monochromatic Colors of #CB97CA
Black with #CB97CA
Text Example
Text Example
White with #CB97CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB97CA; }
p { color: rgb(203,151,202); }
H1.HeaderClassName
{
color: #CB97CA;
}
.AnyTagClassName
{
color: #CB97CA;
}
</style>
background-color css
<style>
a { background-color: #CB97CA; }
a { background-color: rgb(203,151,202); }
div.DivClassName
{
background-color: #CB97CA;
}
.BgClassName
{
background-color: #CB97CA;
}
</style>
border-color css
<style>
span { border-color: #CB97CA; }
span { border-color: rgb(203,151,202); }
td.TdClassName
{
border-color: #CB97CA;
}
.TagClassName
{
border-color: #CB97CA;
}
</style>