Shades of Lilac #CB8FCF
Tints of Lilac #CB8FCF
RGB
CMYK
RGB Variations
Color information
#CB8FCF (or 0xCB8FCF) is known color: Lilac. HEX triplet: CB, 8F and CF. RGB value is (203,143,207). Sum of RGB (Red+Green+Blue) = 203+143+207=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 143 (56.25% from 255 or 25.86% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB8FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8FCF is #347030. Grayscale: #A8A8A8. Windows color (decimal): -3436593 or 13602763. OLE color: 13602763.
HSL color Cylindrical-coordinate representation of color #CB8FCF: hue angle of 296.25º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB8FCF is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 143 | 207 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.19 |
| HSL | 296.25º | 0.4% | 0.69% | - |
| HSV(B) | 296.25º | 0.31% | 0.81% | - |
| XYZ | 45.71 | 36.85 | 63.73 | - |
| YUV | 168.24 | 149.88 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 207 | 0.02 | 0.31 | 0 | 0.19 | 296.25 | 0.4 | 0.69 |
| Hex | CB | 8F | CF | 2 | 1F | 0 | 13 | 128 | 28 | 45 |
| Octal | 313 | 217 | 317 | 2 | 37 | 0 | 23 | 450 | 50 | 105 |
| Binary | 11001011 | 10001111 | 11001111 | 10 | 11111 | 0 | 10011 | 100101000 | 101000 | 1000101 |
Color Harmonies of #CB8FCF
Complementary color
Monochromatic Colors of #CB8FCF
Black with #CB8FCF
Text Example
Text Example
White with #CB8FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8FCF; }
p { color: rgb(203,143,207); }
H1.HeaderClassName
{
color: #CB8FCF;
}
.AnyTagClassName
{
color: #CB8FCF;
}
</style>
background-color css
<style>
a { background-color: #CB8FCF; }
a { background-color: rgb(203,143,207); }
div.DivClassName
{
background-color: #CB8FCF;
}
.BgClassName
{
background-color: #CB8FCF;
}
</style>
border-color css
<style>
span { border-color: #CB8FCF; }
span { border-color: rgb(203,143,207); }
td.TdClassName
{
border-color: #CB8FCF;
}
.TagClassName
{
border-color: #CB8FCF;
}
</style>