Shades of Lilac #CD91C6
Tints of Lilac #CD91C6
RGB
CMYK
RGB Variations
Color information
#CD91C6 (or 0xCD91C6) is known color: Lilac. HEX triplet: CD, 91 and C6. RGB value is (205,145,198). Sum of RGB (Red+Green+Blue) = 205+145+198=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 205 - color contains mainly: red. Hex color #CD91C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD91C6 is #326E39. Grayscale: #A8A8A8. Windows color (decimal): -3305018 or 13013453. OLE color: 13013453.
HSL color Cylindrical-coordinate representation of color #CD91C6: hue angle of 307º 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 #CD91C6 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 145 | 198 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.20 |
| HSL | 307º | 0.38% | 0.69% | - |
| HSV(B) | 307º | 0.29% | 0.8% | - |
| XYZ | 45.5 | 37.31 | 58.23 | - |
| YUV | 168.98 | 144.38 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 145 | 198 | 0 | 0.29 | 0.03 | 0.20 | 307 | 0.38 | 0.69 |
| Hex | CD | 91 | C6 | 0 | 1D | 3 | 14 | 133 | 26 | 45 |
| Octal | 315 | 221 | 306 | 0 | 35 | 3 | 24 | 463 | 46 | 105 |
| Binary | 11001101 | 10010001 | 11000110 | 0 | 11101 | 11 | 10100 | 100110011 | 100110 | 1000101 |
Color Harmonies of #CD91C6
Complementary color
Monochromatic Colors of #CD91C6
Black with #CD91C6
Text Example
Text Example
White with #CD91C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD91C6; }
p { color: rgb(205,145,198); }
H1.HeaderClassName
{
color: #CD91C6;
}
.AnyTagClassName
{
color: #CD91C6;
}
</style>
background-color css
<style>
a { background-color: #CD91C6; }
a { background-color: rgb(205,145,198); }
div.DivClassName
{
background-color: #CD91C6;
}
.BgClassName
{
background-color: #CD91C6;
}
</style>
border-color css
<style>
span { border-color: #CD91C6; }
span { border-color: rgb(205,145,198); }
td.TdClassName
{
border-color: #CD91C6;
}
.TagClassName
{
border-color: #CD91C6;
}
</style>