Shades of Lilac #C484CA
Tints of Lilac #C484CA
RGB
CMYK
RGB Variations
Color information
#C484CA (or 0xC484CA) is known color: Lilac. HEX triplet: C4, 84 and CA. RGB value is (196,132,202). Sum of RGB (Red+Green+Blue) = 196+132+202=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #C484CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C484CA is #3B7B35. Grayscale: #9E9E9E. Windows color (decimal): -3898166 or 13272260. OLE color: 13272260.
HSL color Cylindrical-coordinate representation of color #C484CA: hue angle of 294.86º 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 #C484CA is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 132 | 202 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.21 |
| HSL | 294.86º | 0.4% | 0.65% | - |
| HSV(B) | 294.86º | 0.35% | 0.79% | - |
| XYZ | 41.68 | 32.5 | 59.95 | - |
| YUV | 159.12 | 152.2 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 202 | 0.03 | 0.35 | 0 | 0.21 | 294.86 | 0.4 | 0.65 |
| Hex | C4 | 84 | CA | 3 | 23 | 0 | 15 | 127 | 28 | 41 |
| Octal | 304 | 204 | 312 | 3 | 43 | 0 | 25 | 447 | 50 | 101 |
| Binary | 11000100 | 10000100 | 11001010 | 11 | 100011 | 0 | 10101 | 100100111 | 101000 | 1000001 |
Color Harmonies of #C484CA
Complementary color
Monochromatic Colors of #C484CA
Black with #C484CA
Text Example
Text Example
White with #C484CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C484CA; }
p { color: rgb(196,132,202); }
H1.HeaderClassName
{
color: #C484CA;
}
.AnyTagClassName
{
color: #C484CA;
}
</style>
background-color css
<style>
a { background-color: #C484CA; }
a { background-color: rgb(196,132,202); }
div.DivClassName
{
background-color: #C484CA;
}
.BgClassName
{
background-color: #C484CA;
}
</style>
border-color css
<style>
span { border-color: #C484CA; }
span { border-color: rgb(196,132,202); }
td.TdClassName
{
border-color: #C484CA;
}
.TagClassName
{
border-color: #C484CA;
}
</style>