Shades of Lilac #C291CD
Tints of Lilac #C291CD
RGB
CMYK
RGB Variations
Color information
#C291CD (or 0xC291CD) is known color: Lilac. HEX triplet: C2, 91 and CD. RGB value is (194,145,205). Sum of RGB (Red+Green+Blue) = 194+145+205=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 145 (57.03% from 255 or 26.65% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 205 - color contains mainly: blue. Hex color #C291CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C291CD is #3D6E32. Grayscale: #A6A6A6. Windows color (decimal): -4025907 or 13472194. OLE color: 13472194.
HSL color Cylindrical-coordinate representation of color #C291CD: hue angle of 289º 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 #C291CD is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 145 | 205 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.20 |
| HSL | 289º | 0.38% | 0.69% | - |
| HSV(B) | 289º | 0.29% | 0.8% | - |
| XYZ | 43.39 | 36.13 | 62.44 | - |
| YUV | 166.49 | 149.73 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 205 | 0.05 | 0.29 | 0 | 0.20 | 289 | 0.38 | 0.69 |
| Hex | C2 | 91 | CD | 5 | 1D | 0 | 14 | 121 | 26 | 45 |
| Octal | 302 | 221 | 315 | 5 | 35 | 0 | 24 | 441 | 46 | 105 |
| Binary | 11000010 | 10010001 | 11001101 | 101 | 11101 | 0 | 10100 | 100100001 | 100110 | 1000101 |
Color Harmonies of #C291CD
Complementary color
Monochromatic Colors of #C291CD
Black with #C291CD
Text Example
Text Example
White with #C291CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C291CD; }
p { color: rgb(194,145,205); }
H1.HeaderClassName
{
color: #C291CD;
}
.AnyTagClassName
{
color: #C291CD;
}
</style>
background-color css
<style>
a { background-color: #C291CD; }
a { background-color: rgb(194,145,205); }
div.DivClassName
{
background-color: #C291CD;
}
.BgClassName
{
background-color: #C291CD;
}
</style>
border-color css
<style>
span { border-color: #C291CD; }
span { border-color: rgb(194,145,205); }
td.TdClassName
{
border-color: #C291CD;
}
.TagClassName
{
border-color: #C291CD;
}
</style>