Shades of Lilac #C284CA
Tints of Lilac #C284CA
RGB
CMYK
RGB Variations
Color information
#C284CA (or 0xC284CA) is known color: Lilac. HEX triplet: C2, 84 and CA. RGB value is (194,132,202). Sum of RGB (Red+Green+Blue) = 194+132+202=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #C284CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C284CA is #3D7B35. Grayscale: #9E9E9E. Windows color (decimal): -4029238 or 13272258. OLE color: 13272258.
HSL color Cylindrical-coordinate representation of color #C284CA: hue angle of 293.14º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C284CA is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 132 | 202 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.21 |
| HSL | 293.14º | 0.4% | 0.65% | - |
| HSV(B) | 293.14º | 0.35% | 0.79% | - |
| XYZ | 41.16 | 32.24 | 59.93 | - |
| YUV | 158.52 | 152.54 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 202 | 0.04 | 0.35 | 0 | 0.21 | 293.14 | 0.4 | 0.65 |
| Hex | C2 | 84 | CA | 4 | 23 | 0 | 15 | 125 | 28 | 41 |
| Octal | 302 | 204 | 312 | 4 | 43 | 0 | 25 | 445 | 50 | 101 |
| Binary | 11000010 | 10000100 | 11001010 | 100 | 100011 | 0 | 10101 | 100100101 | 101000 | 1000001 |
Color Harmonies of #C284CA
Complementary color
Monochromatic Colors of #C284CA
Black with #C284CA
Text Example
Text Example
White with #C284CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C284CA; }
p { color: rgb(194,132,202); }
H1.HeaderClassName
{
color: #C284CA;
}
.AnyTagClassName
{
color: #C284CA;
}
</style>
background-color css
<style>
a { background-color: #C284CA; }
a { background-color: rgb(194,132,202); }
div.DivClassName
{
background-color: #C284CA;
}
.BgClassName
{
background-color: #C284CA;
}
</style>
border-color css
<style>
span { border-color: #C284CA; }
span { border-color: rgb(194,132,202); }
td.TdClassName
{
border-color: #C284CA;
}
.TagClassName
{
border-color: #C284CA;
}
</style>