Shades of Lilac #CB8DCF
Tints of Lilac #CB8DCF
RGB
CMYK
RGB Variations
Color information
#CB8DCF (or 0xCB8DCF) is known color: Lilac. HEX triplet: CB, 8D and CF. RGB value is (203,141,207). Sum of RGB (Red+Green+Blue) = 203+141+207=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB8DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8DCF is #347230. Grayscale: #A6A6A6. Windows color (decimal): -3437105 or 13602251. OLE color: 13602251.
HSL color Cylindrical-coordinate representation of color #CB8DCF: hue angle of 296.36º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB8DCF is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 141 | 207 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.19 |
| HSL | 296.36º | 0.41% | 0.68% | - |
| HSV(B) | 296.36º | 0.32% | 0.81% | - |
| XYZ | 45.42 | 36.25 | 63.64 | - |
| YUV | 167.06 | 150.54 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 207 | 0.02 | 0.32 | 0 | 0.19 | 296.36 | 0.41 | 0.68 |
| Hex | CB | 8D | CF | 2 | 20 | 0 | 13 | 128 | 29 | 44 |
| Octal | 313 | 215 | 317 | 2 | 40 | 0 | 23 | 450 | 51 | 104 |
| Binary | 11001011 | 10001101 | 11001111 | 10 | 100000 | 0 | 10011 | 100101000 | 101001 | 1000100 |
Color Harmonies of #CB8DCF
Complementary color
Monochromatic Colors of #CB8DCF
Black with #CB8DCF
Text Example
Text Example
White with #CB8DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8DCF; }
p { color: rgb(203,141,207); }
H1.HeaderClassName
{
color: #CB8DCF;
}
.AnyTagClassName
{
color: #CB8DCF;
}
</style>
background-color css
<style>
a { background-color: #CB8DCF; }
a { background-color: rgb(203,141,207); }
div.DivClassName
{
background-color: #CB8DCF;
}
.BgClassName
{
background-color: #CB8DCF;
}
</style>
border-color css
<style>
span { border-color: #CB8DCF; }
span { border-color: rgb(203,141,207); }
td.TdClassName
{
border-color: #CB8DCF;
}
.TagClassName
{
border-color: #CB8DCF;
}
</style>