Shades of Lilac #CB86BE
Tints of Lilac #CB86BE
RGB
CMYK
RGB Variations
Color information
#CB86BE (or 0xCB86BE) is known color: Lilac. HEX triplet: CB, 86 and BE. RGB value is (203,134,190). Sum of RGB (Red+Green+Blue) = 203+134+190=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CB86BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB86BE is #347941. Grayscale: #A0A0A0. Windows color (decimal): -3438914 or 12486347. OLE color: 12486347.
HSL color Cylindrical-coordinate representation of color #CB86BE: hue angle of 311.3º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB86BE is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 134 | 190 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.20 |
| HSL | 311.3º | 0.4% | 0.66% | - |
| HSV(B) | 311.3º | 0.34% | 0.8% | - |
| XYZ | 42.45 | 33.46 | 52.94 | - |
| YUV | 161.02 | 144.36 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 190 | 0 | 0.34 | 0.06 | 0.20 | 311.3 | 0.4 | 0.66 |
| Hex | CB | 86 | BE | 0 | 22 | 6 | 14 | 137 | 28 | 42 |
| Octal | 313 | 206 | 276 | 0 | 42 | 6 | 24 | 467 | 50 | 102 |
| Binary | 11001011 | 10000110 | 10111110 | 0 | 100010 | 110 | 10100 | 100110111 | 101000 | 1000010 |
Color Harmonies of #CB86BE
Complementary color
Monochromatic Colors of #CB86BE
Black with #CB86BE
Text Example
Text Example
White with #CB86BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB86BE; }
p { color: rgb(203,134,190); }
H1.HeaderClassName
{
color: #CB86BE;
}
.AnyTagClassName
{
color: #CB86BE;
}
</style>
background-color css
<style>
a { background-color: #CB86BE; }
a { background-color: rgb(203,134,190); }
div.DivClassName
{
background-color: #CB86BE;
}
.BgClassName
{
background-color: #CB86BE;
}
</style>
border-color css
<style>
span { border-color: #CB86BE; }
span { border-color: rgb(203,134,190); }
td.TdClassName
{
border-color: #CB86BE;
}
.TagClassName
{
border-color: #CB86BE;
}
</style>