Shades of Lilac #CB91D3
Tints of Lilac #CB91D3
RGB
CMYK
RGB Variations
Color information
#CB91D3 (or 0xCB91D3) is known color: Lilac. HEX triplet: CB, 91 and D3. RGB value is (203,145,211). Sum of RGB (Red+Green+Blue) = 203+145+211=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 145 (57.03% from 255 or 25.94% from 559); Blue value is 211 (82.81% from 255 or 37.75% from 559); Max value from RGB is 211 - color contains mainly: blue. Hex color #CB91D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB91D3 is #346E2C. Grayscale: #A9A9A9. Windows color (decimal): -3436077 or 13865419. OLE color: 13865419.
HSL color Cylindrical-coordinate representation of color #CB91D3: hue angle of 292.73º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB91D3 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 145 | 211 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.17 |
| HSL | 292.73º | 0.43% | 0.7% | - |
| HSV(B) | 292.73º | 0.31% | 0.83% | - |
| XYZ | 46.51 | 37.65 | 66.44 | - |
| YUV | 169.87 | 151.22 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 211 | 0.04 | 0.31 | 0 | 0.17 | 292.73 | 0.43 | 0.7 |
| Hex | CB | 91 | D3 | 4 | 1F | 0 | 11 | 125 | 2B | 46 |
| Octal | 313 | 221 | 323 | 4 | 37 | 0 | 21 | 445 | 53 | 106 |
| Binary | 11001011 | 10010001 | 11010011 | 100 | 11111 | 0 | 10001 | 100100101 | 101011 | 1000110 |
Color Harmonies of #CB91D3
Complementary color
Monochromatic Colors of #CB91D3
Black with #CB91D3
Text Example
Text Example
White with #CB91D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB91D3; }
p { color: rgb(203,145,211); }
H1.HeaderClassName
{
color: #CB91D3;
}
.AnyTagClassName
{
color: #CB91D3;
}
</style>
background-color css
<style>
a { background-color: #CB91D3; }
a { background-color: rgb(203,145,211); }
div.DivClassName
{
background-color: #CB91D3;
}
.BgClassName
{
background-color: #CB91D3;
}
</style>
border-color css
<style>
span { border-color: #CB91D3; }
span { border-color: rgb(203,145,211); }
td.TdClassName
{
border-color: #CB91D3;
}
.TagClassName
{
border-color: #CB91D3;
}
</style>