Shades of Lilac #CD91C5
Tints of Lilac #CD91C5
RGB
CMYK
RGB Variations
Color information
#CD91C5 (or 0xCD91C5) is known color: Lilac. HEX triplet: CD, 91 and C5. RGB value is (205,145,197). Sum of RGB (Red+Green+Blue) = 205+145+197=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 145 (57.03% from 255 or 26.51% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 205 - color contains mainly: red. Hex color #CD91C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD91C5 is #326E3A. Grayscale: #A8A8A8. Windows color (decimal): -3305019 or 12947917. OLE color: 12947917.
HSL color Cylindrical-coordinate representation of color #CD91C5: hue angle of 308º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CD91C5 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 145 | 197 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.20 |
| HSL | 308º | 0.38% | 0.69% | - |
| HSV(B) | 308º | 0.29% | 0.8% | - |
| XYZ | 45.38 | 37.26 | 57.62 | - |
| YUV | 168.87 | 143.88 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 145 | 197 | 0 | 0.29 | 0.04 | 0.20 | 308 | 0.38 | 0.69 |
| Hex | CD | 91 | C5 | 0 | 1D | 4 | 14 | 134 | 26 | 45 |
| Octal | 315 | 221 | 305 | 0 | 35 | 4 | 24 | 464 | 46 | 105 |
| Binary | 11001101 | 10010001 | 11000101 | 0 | 11101 | 100 | 10100 | 100110100 | 100110 | 1000101 |
Color Harmonies of #CD91C5
Complementary color
Monochromatic Colors of #CD91C5
Black with #CD91C5
Text Example
Text Example
White with #CD91C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD91C5; }
p { color: rgb(205,145,197); }
H1.HeaderClassName
{
color: #CD91C5;
}
.AnyTagClassName
{
color: #CD91C5;
}
</style>
background-color css
<style>
a { background-color: #CD91C5; }
a { background-color: rgb(205,145,197); }
div.DivClassName
{
background-color: #CD91C5;
}
.BgClassName
{
background-color: #CD91C5;
}
</style>
border-color css
<style>
span { border-color: #CD91C5; }
span { border-color: rgb(205,145,197); }
td.TdClassName
{
border-color: #CD91C5;
}
.TagClassName
{
border-color: #CD91C5;
}
</style>