Shades of Lilac #C582C2
Tints of Lilac #C582C2
RGB
CMYK
RGB Variations
Color information
#C582C2 (or 0xC582C2) is known color: Lilac. HEX triplet: C5, 82 and C2. RGB value is (197,130,194). Sum of RGB (Red+Green+Blue) = 197+130+194=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 197 - color contains mainly: red. Hex color #C582C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C582C2 is #3A7D3D. Grayscale: #9D9D9D. Windows color (decimal): -3833150 or 12747461. OLE color: 12747461.
HSL color Cylindrical-coordinate representation of color #C582C2: hue angle of 302.69º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C582C2 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 130 | 194 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.23 |
| HSL | 302.69º | 0.37% | 0.64% | - |
| HSV(B) | 302.69º | 0.34% | 0.77% | - |
| XYZ | 40.75 | 31.73 | 55.02 | - |
| YUV | 157.33 | 148.7 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 194 | 0 | 0.34 | 0.02 | 0.23 | 302.69 | 0.37 | 0.64 |
| Hex | C5 | 82 | C2 | 0 | 22 | 2 | 17 | 12F | 25 | 40 |
| Octal | 305 | 202 | 302 | 0 | 42 | 2 | 27 | 457 | 45 | 100 |
| Binary | 11000101 | 10000010 | 11000010 | 0 | 100010 | 10 | 10111 | 100101111 | 100101 | 1000000 |
Color Harmonies of #C582C2
Complementary color
Monochromatic Colors of #C582C2
Black with #C582C2
Text Example
Text Example
White with #C582C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C582C2; }
p { color: rgb(197,130,194); }
H1.HeaderClassName
{
color: #C582C2;
}
.AnyTagClassName
{
color: #C582C2;
}
</style>
background-color css
<style>
a { background-color: #C582C2; }
a { background-color: rgb(197,130,194); }
div.DivClassName
{
background-color: #C582C2;
}
.BgClassName
{
background-color: #C582C2;
}
</style>
border-color css
<style>
span { border-color: #C582C2; }
span { border-color: rgb(197,130,194); }
td.TdClassName
{
border-color: #C582C2;
}
.TagClassName
{
border-color: #C582C2;
}
</style>