Shades of Lilac #CB8FCC
Tints of Lilac #CB8FCC
RGB
CMYK
RGB Variations
Color information
#CB8FCC (or 0xCB8FCC) is known color: Lilac. HEX triplet: CB, 8F and CC. RGB value is (203,143,204). Sum of RGB (Red+Green+Blue) = 203+143+204=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB8FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8FCC is #347033. Grayscale: #A7A7A7. Windows color (decimal): -3436596 or 13406155. OLE color: 13406155.
HSL color Cylindrical-coordinate representation of color #CB8FCC: hue angle of 299.02º 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 #CB8FCC is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 143 | 204 | - |
| CMYK | 0.00 | 0.30 | 0 | 0.2 |
| HSL | 299.02º | 0.37% | 0.68% | - |
| HSV(B) | 299.02º | 0.3% | 0.8% | - |
| XYZ | 45.35 | 36.7 | 61.82 | - |
| YUV | 167.89 | 148.38 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 204 | 0.00 | 0.30 | 0 | 0.2 | 299.02 | 0.37 | 0.68 |
| Hex | CB | 8F | CC | 0 | 1E | 0 | 14 | 12B | 25 | 44 |
| Octal | 313 | 217 | 314 | 0 | 36 | 0 | 24 | 453 | 45 | 104 |
| Binary | 11001011 | 10001111 | 11001100 | 0 | 11110 | 0 | 10100 | 100101011 | 100101 | 1000100 |
Color Harmonies of #CB8FCC
Complementary color
Monochromatic Colors of #CB8FCC
Black with #CB8FCC
Text Example
Text Example
White with #CB8FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8FCC; }
p { color: rgb(203,143,204); }
H1.HeaderClassName
{
color: #CB8FCC;
}
.AnyTagClassName
{
color: #CB8FCC;
}
</style>
background-color css
<style>
a { background-color: #CB8FCC; }
a { background-color: rgb(203,143,204); }
div.DivClassName
{
background-color: #CB8FCC;
}
.BgClassName
{
background-color: #CB8FCC;
}
</style>
border-color css
<style>
span { border-color: #CB8FCC; }
span { border-color: rgb(203,143,204); }
td.TdClassName
{
border-color: #CB8FCC;
}
.TagClassName
{
border-color: #CB8FCC;
}
</style>