Shades of Lilac #CB8CCD
Tints of Lilac #CB8CCD
RGB
CMYK
RGB Variations
Color information
#CB8CCD (or 0xCB8CCD) is known color: Lilac. HEX triplet: CB, 8C and CD. RGB value is (203,140,205). Sum of RGB (Red+Green+Blue) = 203+140+205=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB8CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8CCD is #347332. Grayscale: #A6A6A6. Windows color (decimal): -3437363 or 13470923. OLE color: 13470923.
HSL color Cylindrical-coordinate representation of color #CB8CCD: hue angle of 298.15º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB8CCD is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 140 | 205 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.20 |
| HSL | 298.15º | 0.39% | 0.68% | - |
| HSV(B) | 298.15º | 0.32% | 0.8% | - |
| XYZ | 45.03 | 35.86 | 62.31 | - |
| YUV | 166.25 | 149.87 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 140 | 205 | 0.01 | 0.32 | 0 | 0.20 | 298.15 | 0.39 | 0.68 |
| Hex | CB | 8C | CD | 1 | 20 | 0 | 14 | 12A | 27 | 44 |
| Octal | 313 | 214 | 315 | 1 | 40 | 0 | 24 | 452 | 47 | 104 |
| Binary | 11001011 | 10001100 | 11001101 | 1 | 100000 | 0 | 10100 | 100101010 | 100111 | 1000100 |
Color Harmonies of #CB8CCD
Complementary color
Monochromatic Colors of #CB8CCD
Black with #CB8CCD
Text Example
Text Example
White with #CB8CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8CCD; }
p { color: rgb(203,140,205); }
H1.HeaderClassName
{
color: #CB8CCD;
}
.AnyTagClassName
{
color: #CB8CCD;
}
</style>
background-color css
<style>
a { background-color: #CB8CCD; }
a { background-color: rgb(203,140,205); }
div.DivClassName
{
background-color: #CB8CCD;
}
.BgClassName
{
background-color: #CB8CCD;
}
</style>
border-color css
<style>
span { border-color: #CB8CCD; }
span { border-color: rgb(203,140,205); }
td.TdClassName
{
border-color: #CB8CCD;
}
.TagClassName
{
border-color: #CB8CCD;
}
</style>