Shades of Lilac #CB8BCD
Tints of Lilac #CB8BCD
RGB
CMYK
RGB Variations
Color information
#CB8BCD (or 0xCB8BCD) is known color: Lilac. HEX triplet: CB, 8B and CD. RGB value is (203,139,205). Sum of RGB (Red+Green+Blue) = 203+139+205=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB8BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8BCD is #347432. Grayscale: #A5A5A5. Windows color (decimal): -3437619 or 13470667. OLE color: 13470667.
HSL color Cylindrical-coordinate representation of color #CB8BCD: hue angle of 298.18º degrees, saturation: 0.4, 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 #CB8BCD is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 139 | 205 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.20 |
| HSL | 298.18º | 0.4% | 0.67% | - |
| HSV(B) | 298.18º | 0.32% | 0.8% | - |
| XYZ | 44.88 | 35.57 | 62.26 | - |
| YUV | 165.66 | 150.2 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 139 | 205 | 0.01 | 0.32 | 0 | 0.20 | 298.18 | 0.4 | 0.67 |
| Hex | CB | 8B | CD | 1 | 20 | 0 | 14 | 12A | 28 | 43 |
| Octal | 313 | 213 | 315 | 1 | 40 | 0 | 24 | 452 | 50 | 103 |
| Binary | 11001011 | 10001011 | 11001101 | 1 | 100000 | 0 | 10100 | 100101010 | 101000 | 1000011 |
Color Harmonies of #CB8BCD
Complementary color
Monochromatic Colors of #CB8BCD
Black with #CB8BCD
Text Example
Text Example
White with #CB8BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8BCD; }
p { color: rgb(203,139,205); }
H1.HeaderClassName
{
color: #CB8BCD;
}
.AnyTagClassName
{
color: #CB8BCD;
}
</style>
background-color css
<style>
a { background-color: #CB8BCD; }
a { background-color: rgb(203,139,205); }
div.DivClassName
{
background-color: #CB8BCD;
}
.BgClassName
{
background-color: #CB8BCD;
}
</style>
border-color css
<style>
span { border-color: #CB8BCD; }
span { border-color: rgb(203,139,205); }
td.TdClassName
{
border-color: #CB8BCD;
}
.TagClassName
{
border-color: #CB8BCD;
}
</style>