Shades of Lilac #CD91D3
Tints of Lilac #CD91D3
RGB
CMYK
RGB Variations
Color information
#CD91D3 (or 0xCD91D3) is known color: Lilac. HEX triplet: CD, 91 and D3. RGB value is (205,145,211). Sum of RGB (Red+Green+Blue) = 205+145+211=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 211 (82.81% from 255 or 37.61% from 561); Max value from RGB is 211 - color contains mainly: blue. Hex color #CD91D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD91D3 is #326E2C. Grayscale: #AAAAAA. Windows color (decimal): -3305005 or 13865421. OLE color: 13865421.
HSL color Cylindrical-coordinate representation of color #CD91D3: hue angle of 294.55º 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 #CD91D3 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 145 | 211 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.17 |
| HSL | 294.55º | 0.43% | 0.7% | - |
| HSV(B) | 294.55º | 0.31% | 0.83% | - |
| XYZ | 47.06 | 37.93 | 66.47 | - |
| YUV | 170.46 | 150.88 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 145 | 211 | 0.03 | 0.31 | 0 | 0.17 | 294.55 | 0.43 | 0.7 |
| Hex | CD | 91 | D3 | 3 | 1F | 0 | 11 | 127 | 2B | 46 |
| Octal | 315 | 221 | 323 | 3 | 37 | 0 | 21 | 447 | 53 | 106 |
| Binary | 11001101 | 10010001 | 11010011 | 11 | 11111 | 0 | 10001 | 100100111 | 101011 | 1000110 |
Color Harmonies of #CD91D3
Complementary color
Monochromatic Colors of #CD91D3
Black with #CD91D3
Text Example
Text Example
White with #CD91D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD91D3; }
p { color: rgb(205,145,211); }
H1.HeaderClassName
{
color: #CD91D3;
}
.AnyTagClassName
{
color: #CD91D3;
}
</style>
background-color css
<style>
a { background-color: #CD91D3; }
a { background-color: rgb(205,145,211); }
div.DivClassName
{
background-color: #CD91D3;
}
.BgClassName
{
background-color: #CD91D3;
}
</style>
border-color css
<style>
span { border-color: #CD91D3; }
span { border-color: rgb(205,145,211); }
td.TdClassName
{
border-color: #CD91D3;
}
.TagClassName
{
border-color: #CD91D3;
}
</style>