Shades of Lilac #CB8ABF
Tints of Lilac #CB8ABF
RGB
CMYK
RGB Variations
Color information
#CB8ABF (or 0xCB8ABF) is known color: Lilac. HEX triplet: CB, 8A and BF. RGB value is (203,138,191). Sum of RGB (Red+Green+Blue) = 203+138+191=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8ABF is #347540. Grayscale: #A3A3A3. Windows color (decimal): -3437889 or 12552907. OLE color: 12552907.
HSL color Cylindrical-coordinate representation of color #CB8ABF: hue angle of 311.08º 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 #CB8ABF is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 138 | 191 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.20 |
| HSL | 311.08º | 0.38% | 0.67% | - |
| HSV(B) | 311.08º | 0.32% | 0.8% | - |
| XYZ | 43.12 | 34.64 | 53.7 | - |
| YUV | 163.48 | 143.53 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 191 | 0 | 0.32 | 0.06 | 0.20 | 311.08 | 0.38 | 0.67 |
| Hex | CB | 8A | BF | 0 | 20 | 6 | 14 | 137 | 26 | 43 |
| Octal | 313 | 212 | 277 | 0 | 40 | 6 | 24 | 467 | 46 | 103 |
| Binary | 11001011 | 10001010 | 10111111 | 0 | 100000 | 110 | 10100 | 100110111 | 100110 | 1000011 |
Color Harmonies of #CB8ABF
Complementary color
Monochromatic Colors of #CB8ABF
Black with #CB8ABF
Text Example
Text Example
White with #CB8ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8ABF; }
p { color: rgb(203,138,191); }
H1.HeaderClassName
{
color: #CB8ABF;
}
.AnyTagClassName
{
color: #CB8ABF;
}
</style>
background-color css
<style>
a { background-color: #CB8ABF; }
a { background-color: rgb(203,138,191); }
div.DivClassName
{
background-color: #CB8ABF;
}
.BgClassName
{
background-color: #CB8ABF;
}
</style>
border-color css
<style>
span { border-color: #CB8ABF; }
span { border-color: rgb(203,138,191); }
td.TdClassName
{
border-color: #CB8ABF;
}
.TagClassName
{
border-color: #CB8ABF;
}
</style>