Shades of Lilac #C294CD
Tints of Lilac #C294CD
RGB
CMYK
RGB Variations
Color information
#C294CD (or 0xC294CD) is known color: Lilac. HEX triplet: C2, 94 and CD. RGB value is (194,148,205). Sum of RGB (Red+Green+Blue) = 194+148+205=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 205 - color contains mainly: blue. Hex color #C294CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C294CD is #3D6B32. Grayscale: #A8A8A8. Windows color (decimal): -4025139 or 13472962. OLE color: 13472962.
HSL color Cylindrical-coordinate representation of color #C294CD: hue angle of 288.42º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C294CD is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 148 | 205 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.20 |
| HSL | 288.42º | 0.36% | 0.69% | - |
| HSV(B) | 288.42º | 0.28% | 0.8% | - |
| XYZ | 43.86 | 37.06 | 62.6 | - |
| YUV | 168.25 | 148.74 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 205 | 0.05 | 0.28 | 0 | 0.20 | 288.42 | 0.36 | 0.69 |
| Hex | C2 | 94 | CD | 5 | 1C | 0 | 14 | 120 | 24 | 45 |
| Octal | 302 | 224 | 315 | 5 | 34 | 0 | 24 | 440 | 44 | 105 |
| Binary | 11000010 | 10010100 | 11001101 | 101 | 11100 | 0 | 10100 | 100100000 | 100100 | 1000101 |
Color Harmonies of #C294CD
Complementary color
Monochromatic Colors of #C294CD
Black with #C294CD
Text Example
Text Example
White with #C294CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C294CD; }
p { color: rgb(194,148,205); }
H1.HeaderClassName
{
color: #C294CD;
}
.AnyTagClassName
{
color: #C294CD;
}
</style>
background-color css
<style>
a { background-color: #C294CD; }
a { background-color: rgb(194,148,205); }
div.DivClassName
{
background-color: #C294CD;
}
.BgClassName
{
background-color: #C294CD;
}
</style>
border-color css
<style>
span { border-color: #C294CD; }
span { border-color: rgb(194,148,205); }
td.TdClassName
{
border-color: #C294CD;
}
.TagClassName
{
border-color: #C294CD;
}
</style>