Shades of Lilac #CB8ABE
Tints of Lilac #CB8ABE
RGB
CMYK
RGB Variations
Color information
#CB8ABE (or 0xCB8ABE) is known color: Lilac. HEX triplet: CB, 8A and BE. RGB value is (203,138,190). Sum of RGB (Red+Green+Blue) = 203+138+190=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8ABE is #347541. Grayscale: #A3A3A3. Windows color (decimal): -3437890 or 12487371. OLE color: 12487371.
HSL color Cylindrical-coordinate representation of color #CB8ABE: hue angle of 312º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB8ABE is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 138 | 190 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.20 |
| HSL | 312º | 0.38% | 0.67% | - |
| HSV(B) | 312º | 0.32% | 0.8% | - |
| XYZ | 43.01 | 34.59 | 53.13 | - |
| YUV | 163.36 | 143.03 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 190 | 0 | 0.32 | 0.06 | 0.20 | 312 | 0.38 | 0.67 |
| Hex | CB | 8A | BE | 0 | 20 | 6 | 14 | 138 | 26 | 43 |
| Octal | 313 | 212 | 276 | 0 | 40 | 6 | 24 | 470 | 46 | 103 |
| Binary | 11001011 | 10001010 | 10111110 | 0 | 100000 | 110 | 10100 | 100111000 | 100110 | 1000011 |
Color Harmonies of #CB8ABE
Complementary color
Monochromatic Colors of #CB8ABE
Black with #CB8ABE
Text Example
Text Example
White with #CB8ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8ABE; }
p { color: rgb(203,138,190); }
H1.HeaderClassName
{
color: #CB8ABE;
}
.AnyTagClassName
{
color: #CB8ABE;
}
</style>
background-color css
<style>
a { background-color: #CB8ABE; }
a { background-color: rgb(203,138,190); }
div.DivClassName
{
background-color: #CB8ABE;
}
.BgClassName
{
background-color: #CB8ABE;
}
</style>
border-color css
<style>
span { border-color: #CB8ABE; }
span { border-color: rgb(203,138,190); }
td.TdClassName
{
border-color: #CB8ABE;
}
.TagClassName
{
border-color: #CB8ABE;
}
</style>