Shades of Lilac #CB92D3
Tints of Lilac #CB92D3
RGB
CMYK
RGB Variations
Color information
#CB92D3 (or 0xCB92D3) is known color: Lilac. HEX triplet: CB, 92 and D3. RGB value is (203,146,211). Sum of RGB (Red+Green+Blue) = 203+146+211=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 211 - color contains mainly: blue. Hex color #CB92D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB92D3 is #346D2C. Grayscale: #AAAAAA. Windows color (decimal): -3435821 or 13865675. OLE color: 13865675.
HSL color Cylindrical-coordinate representation of color #CB92D3: hue angle of 292.62º degrees, saturation: 0.42, 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 #CB92D3 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 146 | 211 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.17 |
| HSL | 292.62º | 0.42% | 0.7% | - |
| HSV(B) | 292.62º | 0.31% | 0.83% | - |
| XYZ | 46.67 | 37.96 | 66.5 | - |
| YUV | 170.45 | 150.88 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 211 | 0.04 | 0.31 | 0 | 0.17 | 292.62 | 0.42 | 0.7 |
| Hex | CB | 92 | D3 | 4 | 1F | 0 | 11 | 125 | 2A | 46 |
| Octal | 313 | 222 | 323 | 4 | 37 | 0 | 21 | 445 | 52 | 106 |
| Binary | 11001011 | 10010010 | 11010011 | 100 | 11111 | 0 | 10001 | 100100101 | 101010 | 1000110 |
Color Harmonies of #CB92D3
Complementary color
Monochromatic Colors of #CB92D3
Black with #CB92D3
Text Example
Text Example
White with #CB92D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB92D3; }
p { color: rgb(203,146,211); }
H1.HeaderClassName
{
color: #CB92D3;
}
.AnyTagClassName
{
color: #CB92D3;
}
</style>
background-color css
<style>
a { background-color: #CB92D3; }
a { background-color: rgb(203,146,211); }
div.DivClassName
{
background-color: #CB92D3;
}
.BgClassName
{
background-color: #CB92D3;
}
</style>
border-color css
<style>
span { border-color: #CB92D3; }
span { border-color: rgb(203,146,211); }
td.TdClassName
{
border-color: #CB92D3;
}
.TagClassName
{
border-color: #CB92D3;
}
</style>