Shades of Lilac #CB91D0
Tints of Lilac #CB91D0
RGB
CMYK
RGB Variations
Color information
#CB91D0 (or 0xCB91D0) is known color: Lilac. HEX triplet: CB, 91 and D0. RGB value is (203,145,208). Sum of RGB (Red+Green+Blue) = 203+145+208=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 145 (57.03% from 255 or 26.08% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB91D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB91D0 is #346E2F. Grayscale: #A9A9A9. Windows color (decimal): -3436080 or 13668811. OLE color: 13668811.
HSL color Cylindrical-coordinate representation of color #CB91D0: hue angle of 295.24º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB91D0 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 145 | 208 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.18 |
| HSL | 295.24º | 0.4% | 0.69% | - |
| HSV(B) | 295.24º | 0.3% | 0.82% | - |
| XYZ | 46.14 | 37.5 | 64.48 | - |
| YUV | 169.52 | 149.72 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 208 | 0.02 | 0.30 | 0 | 0.18 | 295.24 | 0.4 | 0.69 |
| Hex | CB | 91 | D0 | 2 | 1E | 0 | 12 | 127 | 28 | 45 |
| Octal | 313 | 221 | 320 | 2 | 36 | 0 | 22 | 447 | 50 | 105 |
| Binary | 11001011 | 10010001 | 11010000 | 10 | 11110 | 0 | 10010 | 100100111 | 101000 | 1000101 |
Color Harmonies of #CB91D0
Complementary color
Monochromatic Colors of #CB91D0
Black with #CB91D0
Text Example
Text Example
White with #CB91D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB91D0; }
p { color: rgb(203,145,208); }
H1.HeaderClassName
{
color: #CB91D0;
}
.AnyTagClassName
{
color: #CB91D0;
}
</style>
background-color css
<style>
a { background-color: #CB91D0; }
a { background-color: rgb(203,145,208); }
div.DivClassName
{
background-color: #CB91D0;
}
.BgClassName
{
background-color: #CB91D0;
}
</style>
border-color css
<style>
span { border-color: #CB91D0; }
span { border-color: rgb(203,145,208); }
td.TdClassName
{
border-color: #CB91D0;
}
.TagClassName
{
border-color: #CB91D0;
}
</style>