Shades of Lilac #CB8AD2
Tints of Lilac #CB8AD2
RGB
CMYK
RGB Variations
Color information
#CB8AD2 (or 0xCB8AD2) is known color: Lilac. HEX triplet: CB, 8A and D2. RGB value is (203,138,210). Sum of RGB (Red+Green+Blue) = 203+138+210=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 138 (54.30% from 255 or 25.05% from 551); Blue value is 210 (82.42% from 255 or 38.11% from 551); Max value from RGB is 210 - color contains mainly: blue. Hex color #CB8AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8AD2 is #34752D. Grayscale: #A5A5A5. Windows color (decimal): -3437870 or 13798091. OLE color: 13798091.
HSL color Cylindrical-coordinate representation of color #CB8AD2: hue angle of 294.17º 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 #CB8AD2 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 138 | 210 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.18 |
| HSL | 294.17º | 0.44% | 0.68% | - |
| HSV(B) | 294.17º | 0.34% | 0.82% | - |
| XYZ | 45.35 | 35.53 | 65.44 | - |
| YUV | 165.64 | 153.03 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 210 | 0.03 | 0.34 | 0 | 0.18 | 294.17 | 0.44 | 0.68 |
| Hex | CB | 8A | D2 | 3 | 22 | 0 | 12 | 126 | 2C | 44 |
| Octal | 313 | 212 | 322 | 3 | 42 | 0 | 22 | 446 | 54 | 104 |
| Binary | 11001011 | 10001010 | 11010010 | 11 | 100010 | 0 | 10010 | 100100110 | 101100 | 1000100 |
Color Harmonies of #CB8AD2
Complementary color
Monochromatic Colors of #CB8AD2
Black with #CB8AD2
Text Example
Text Example
White with #CB8AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8AD2; }
p { color: rgb(203,138,210); }
H1.HeaderClassName
{
color: #CB8AD2;
}
.AnyTagClassName
{
color: #CB8AD2;
}
</style>
background-color css
<style>
a { background-color: #CB8AD2; }
a { background-color: rgb(203,138,210); }
div.DivClassName
{
background-color: #CB8AD2;
}
.BgClassName
{
background-color: #CB8AD2;
}
</style>
border-color css
<style>
span { border-color: #CB8AD2; }
span { border-color: rgb(203,138,210); }
td.TdClassName
{
border-color: #CB8AD2;
}
.TagClassName
{
border-color: #CB8AD2;
}
</style>