Shades of Lilac #CB89CF
Tints of Lilac #CB89CF
RGB
CMYK
RGB Variations
Color information
#CB89CF (or 0xCB89CF) is known color: Lilac. HEX triplet: CB, 89 and CF. RGB value is (203,137,207). Sum of RGB (Red+Green+Blue) = 203+137+207=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 137 (53.91% from 255 or 25.05% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB89CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB89CF is #347630. Grayscale: #A4A4A4. Windows color (decimal): -3438129 or 13601227. OLE color: 13601227.
HSL color Cylindrical-coordinate representation of color #CB89CF: hue angle of 296.57º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB89CF is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 137 | 207 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.19 |
| HSL | 296.57º | 0.42% | 0.67% | - |
| HSV(B) | 296.57º | 0.34% | 0.81% | - |
| XYZ | 44.84 | 35.09 | 63.44 | - |
| YUV | 164.71 | 151.87 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 207 | 0.02 | 0.34 | 0 | 0.19 | 296.57 | 0.42 | 0.67 |
| Hex | CB | 89 | CF | 2 | 22 | 0 | 13 | 129 | 2A | 43 |
| Octal | 313 | 211 | 317 | 2 | 42 | 0 | 23 | 451 | 52 | 103 |
| Binary | 11001011 | 10001001 | 11001111 | 10 | 100010 | 0 | 10011 | 100101001 | 101010 | 1000011 |
Color Harmonies of #CB89CF
Complementary color
Monochromatic Colors of #CB89CF
Black with #CB89CF
Text Example
Text Example
White with #CB89CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB89CF; }
p { color: rgb(203,137,207); }
H1.HeaderClassName
{
color: #CB89CF;
}
.AnyTagClassName
{
color: #CB89CF;
}
</style>
background-color css
<style>
a { background-color: #CB89CF; }
a { background-color: rgb(203,137,207); }
div.DivClassName
{
background-color: #CB89CF;
}
.BgClassName
{
background-color: #CB89CF;
}
</style>
border-color css
<style>
span { border-color: #CB89CF; }
span { border-color: rgb(203,137,207); }
td.TdClassName
{
border-color: #CB89CF;
}
.TagClassName
{
border-color: #CB89CF;
}
</style>