Shades of Lilac #CB8DC2
Tints of Lilac #CB8DC2
RGB
CMYK
RGB Variations
Color information
#CB8DC2 (or 0xCB8DC2) is known color: Lilac. HEX triplet: CB, 8D and C2. RGB value is (203,141,194). Sum of RGB (Red+Green+Blue) = 203+141+194=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8DC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8DC2 is #34723D. Grayscale: #A5A5A5. Windows color (decimal): -3437118 or 12750283. OLE color: 12750283.
HSL color Cylindrical-coordinate representation of color #CB8DC2: hue angle of 308.71º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB8DC2 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 141 | 194 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.20 |
| HSL | 308.71º | 0.37% | 0.67% | - |
| HSV(B) | 308.71º | 0.31% | 0.8% | - |
| XYZ | 43.89 | 35.64 | 55.61 | - |
| YUV | 165.58 | 144.04 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 194 | 0 | 0.31 | 0.04 | 0.20 | 308.71 | 0.37 | 0.67 |
| Hex | CB | 8D | C2 | 0 | 1F | 4 | 14 | 135 | 25 | 43 |
| Octal | 313 | 215 | 302 | 0 | 37 | 4 | 24 | 465 | 45 | 103 |
| Binary | 11001011 | 10001101 | 11000010 | 0 | 11111 | 100 | 10100 | 100110101 | 100101 | 1000011 |
Color Harmonies of #CB8DC2
Complementary color
Monochromatic Colors of #CB8DC2
Black with #CB8DC2
Text Example
Text Example
White with #CB8DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8DC2; }
p { color: rgb(203,141,194); }
H1.HeaderClassName
{
color: #CB8DC2;
}
.AnyTagClassName
{
color: #CB8DC2;
}
</style>
background-color css
<style>
a { background-color: #CB8DC2; }
a { background-color: rgb(203,141,194); }
div.DivClassName
{
background-color: #CB8DC2;
}
.BgClassName
{
background-color: #CB8DC2;
}
</style>
border-color css
<style>
span { border-color: #CB8DC2; }
span { border-color: rgb(203,141,194); }
td.TdClassName
{
border-color: #CB8DC2;
}
.TagClassName
{
border-color: #CB8DC2;
}
</style>