Shades of Lilac #CB8AD1
Tints of Lilac #CB8AD1
RGB
CMYK
RGB Variations
Color information
#CB8AD1 (or 0xCB8AD1) is known color: Lilac. HEX triplet: CB, 8A and D1. RGB value is (203,138,209). Sum of RGB (Red+Green+Blue) = 203+138+209=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 138 (54.30% from 255 or 25.09% from 550); Blue value is 209 (82.03% from 255 or 38% from 550); Max value from RGB is 209 - color contains mainly: blue. Hex color #CB8AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8AD1 is #34752E. Grayscale: #A5A5A5. Windows color (decimal): -3437871 or 13732555. OLE color: 13732555.
HSL color Cylindrical-coordinate representation of color #CB8AD1: hue angle of 294.93º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB8AD1 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 138 | 209 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.18 |
| HSL | 294.93º | 0.44% | 0.68% | - |
| HSV(B) | 294.93º | 0.34% | 0.82% | - |
| XYZ | 45.23 | 35.48 | 64.79 | - |
| YUV | 165.53 | 152.53 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 209 | 0.03 | 0.34 | 0 | 0.18 | 294.93 | 0.44 | 0.68 |
| Hex | CB | 8A | D1 | 3 | 22 | 0 | 12 | 127 | 2C | 44 |
| Octal | 313 | 212 | 321 | 3 | 42 | 0 | 22 | 447 | 54 | 104 |
| Binary | 11001011 | 10001010 | 11010001 | 11 | 100010 | 0 | 10010 | 100100111 | 101100 | 1000100 |
Color Harmonies of #CB8AD1
Complementary color
Monochromatic Colors of #CB8AD1
Black with #CB8AD1
Text Example
Text Example
White with #CB8AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8AD1; }
p { color: rgb(203,138,209); }
H1.HeaderClassName
{
color: #CB8AD1;
}
.AnyTagClassName
{
color: #CB8AD1;
}
</style>
background-color css
<style>
a { background-color: #CB8AD1; }
a { background-color: rgb(203,138,209); }
div.DivClassName
{
background-color: #CB8AD1;
}
.BgClassName
{
background-color: #CB8AD1;
}
</style>
border-color css
<style>
span { border-color: #CB8AD1; }
span { border-color: rgb(203,138,209); }
td.TdClassName
{
border-color: #CB8AD1;
}
.TagClassName
{
border-color: #CB8AD1;
}
</style>