Shades of Lilac #CB8FD2
Tints of Lilac #CB8FD2
RGB
CMYK
RGB Variations
Color information
#CB8FD2 (or 0xCB8FD2) is known color: Lilac. HEX triplet: CB, 8F and D2. RGB value is (203,143,210). Sum of RGB (Red+Green+Blue) = 203+143+210=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 210 (82.42% from 255 or 37.77% from 556); Max value from RGB is 210 - color contains mainly: blue. Hex color #CB8FD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8FD2 is #34702D. Grayscale: #A8A8A8. Windows color (decimal): -3436590 or 13799371. OLE color: 13799371.
HSL color Cylindrical-coordinate representation of color #CB8FD2: hue angle of 293.73º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB8FD2 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 143 | 210 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.18 |
| HSL | 293.73º | 0.43% | 0.69% | - |
| HSV(B) | 293.73º | 0.32% | 0.82% | - |
| XYZ | 46.08 | 36.99 | 65.68 | - |
| YUV | 168.58 | 151.38 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 210 | 0.03 | 0.32 | 0 | 0.18 | 293.73 | 0.43 | 0.69 |
| Hex | CB | 8F | D2 | 3 | 20 | 0 | 12 | 126 | 2B | 45 |
| Octal | 313 | 217 | 322 | 3 | 40 | 0 | 22 | 446 | 53 | 105 |
| Binary | 11001011 | 10001111 | 11010010 | 11 | 100000 | 0 | 10010 | 100100110 | 101011 | 1000101 |
Color Harmonies of #CB8FD2
Complementary color
Monochromatic Colors of #CB8FD2
Black with #CB8FD2
Text Example
Text Example
White with #CB8FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8FD2; }
p { color: rgb(203,143,210); }
H1.HeaderClassName
{
color: #CB8FD2;
}
.AnyTagClassName
{
color: #CB8FD2;
}
</style>
background-color css
<style>
a { background-color: #CB8FD2; }
a { background-color: rgb(203,143,210); }
div.DivClassName
{
background-color: #CB8FD2;
}
.BgClassName
{
background-color: #CB8FD2;
}
</style>
border-color css
<style>
span { border-color: #CB8FD2; }
span { border-color: rgb(203,143,210); }
td.TdClassName
{
border-color: #CB8FD2;
}
.TagClassName
{
border-color: #CB8FD2;
}
</style>