Shades of Lilac #C282C6
Tints of Lilac #C282C6
RGB
CMYK
RGB Variations
Color information
#C282C6 (or 0xC282C6) is known color: Lilac. HEX triplet: C2, 82 and C6. RGB value is (194,130,198). Sum of RGB (Red+Green+Blue) = 194+130+198=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 198 - color contains mainly: blue. Hex color #C282C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C282C6 is #3D7D39. Grayscale: #9C9C9C. Windows color (decimal): -4029754 or 13009602. OLE color: 13009602.
HSL color Cylindrical-coordinate representation of color #C282C6: hue angle of 296.47º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C282C6 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 130 | 198 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.22 |
| HSL | 296.47º | 0.37% | 0.64% | - |
| HSV(B) | 296.47º | 0.34% | 0.78% | - |
| XYZ | 40.42 | 31.51 | 57.38 | - |
| YUV | 156.89 | 151.2 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 198 | 0.02 | 0.34 | 0 | 0.22 | 296.47 | 0.37 | 0.64 |
| Hex | C2 | 82 | C6 | 2 | 22 | 0 | 16 | 128 | 25 | 40 |
| Octal | 302 | 202 | 306 | 2 | 42 | 0 | 26 | 450 | 45 | 100 |
| Binary | 11000010 | 10000010 | 11000110 | 10 | 100010 | 0 | 10110 | 100101000 | 100101 | 1000000 |
Color Harmonies of #C282C6
Complementary color
Monochromatic Colors of #C282C6
Black with #C282C6
Text Example
Text Example
White with #C282C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C282C6; }
p { color: rgb(194,130,198); }
H1.HeaderClassName
{
color: #C282C6;
}
.AnyTagClassName
{
color: #C282C6;
}
</style>
background-color css
<style>
a { background-color: #C282C6; }
a { background-color: rgb(194,130,198); }
div.DivClassName
{
background-color: #C282C6;
}
.BgClassName
{
background-color: #C282C6;
}
</style>
border-color css
<style>
span { border-color: #C282C6; }
span { border-color: rgb(194,130,198); }
td.TdClassName
{
border-color: #C282C6;
}
.TagClassName
{
border-color: #C282C6;
}
</style>