Shades of Lilac #C282C7
Tints of Lilac #C282C7
RGB
CMYK
RGB Variations
Color information
#C282C7 (or 0xC282C7) is known color: Lilac. HEX triplet: C2, 82 and C7. RGB value is (194,130,199). Sum of RGB (Red+Green+Blue) = 194+130+199=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 199 - color contains mainly: blue. Hex color #C282C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C282C7 is #3D7D38. Grayscale: #9C9C9C. Windows color (decimal): -4029753 or 13075138. OLE color: 13075138.
HSL color Cylindrical-coordinate representation of color #C282C7: hue angle of 295.65º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C282C7 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 130 | 199 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.22 |
| HSL | 295.65º | 0.38% | 0.65% | - |
| HSV(B) | 295.65º | 0.35% | 0.78% | - |
| XYZ | 40.54 | 31.56 | 57.99 | - |
| YUV | 157 | 151.7 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 199 | 0.03 | 0.35 | 0 | 0.22 | 295.65 | 0.38 | 0.65 |
| Hex | C2 | 82 | C7 | 3 | 23 | 0 | 16 | 128 | 26 | 41 |
| Octal | 302 | 202 | 307 | 3 | 43 | 0 | 26 | 450 | 46 | 101 |
| Binary | 11000010 | 10000010 | 11000111 | 11 | 100011 | 0 | 10110 | 100101000 | 100110 | 1000001 |
Color Harmonies of #C282C7
Complementary color
Monochromatic Colors of #C282C7
Black with #C282C7
Text Example
Text Example
White with #C282C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C282C7; }
p { color: rgb(194,130,199); }
H1.HeaderClassName
{
color: #C282C7;
}
.AnyTagClassName
{
color: #C282C7;
}
</style>
background-color css
<style>
a { background-color: #C282C7; }
a { background-color: rgb(194,130,199); }
div.DivClassName
{
background-color: #C282C7;
}
.BgClassName
{
background-color: #C282C7;
}
</style>
border-color css
<style>
span { border-color: #C282C7; }
span { border-color: rgb(194,130,199); }
td.TdClassName
{
border-color: #C282C7;
}
.TagClassName
{
border-color: #C282C7;
}
</style>