Shades of Lilac #CB8FCB
Tints of Lilac #CB8FCB
RGB
CMYK
RGB Variations
Color information
#CB8FCB (or 0xCB8FCB) is known color: Lilac. HEX triplet: CB, 8F and CB. RGB value is (203,143,203). Sum of RGB (Red+Green+Blue) = 203+143+203=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB8FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8FCB is #347034. Grayscale: #A7A7A7. Windows color (decimal): -3436597 or 13340619. OLE color: 13340619.
HSL color Cylindrical-coordinate representation of color #CB8FCB: hue angle of 300º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB8FCB is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 143 | 203 | - |
| CMYK | 0 | 0.30 | 0 | 0.20 |
| HSL | 300º | 0.37% | 0.68% | - |
| HSV(B) | 300º | 0.3% | 0.8% | - |
| XYZ | 45.23 | 36.65 | 61.19 | - |
| YUV | 167.78 | 147.88 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 203 | 0 | 0.30 | 0 | 0.20 | 300 | 0.37 | 0.68 |
| Hex | CB | 8F | CB | 0 | 1E | 0 | 14 | 12C | 25 | 44 |
| Octal | 313 | 217 | 313 | 0 | 36 | 0 | 24 | 454 | 45 | 104 |
| Binary | 11001011 | 10001111 | 11001011 | 0 | 11110 | 0 | 10100 | 100101100 | 100101 | 1000100 |
Color Harmonies of #CB8FCB
Complementary color
Monochromatic Colors of #CB8FCB
Black with #CB8FCB
Text Example
Text Example
White with #CB8FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8FCB; }
p { color: rgb(203,143,203); }
H1.HeaderClassName
{
color: #CB8FCB;
}
.AnyTagClassName
{
color: #CB8FCB;
}
</style>
background-color css
<style>
a { background-color: #CB8FCB; }
a { background-color: rgb(203,143,203); }
div.DivClassName
{
background-color: #CB8FCB;
}
.BgClassName
{
background-color: #CB8FCB;
}
</style>
border-color css
<style>
span { border-color: #CB8FCB; }
span { border-color: rgb(203,143,203); }
td.TdClassName
{
border-color: #CB8FCB;
}
.TagClassName
{
border-color: #CB8FCB;
}
</style>