Shades of Lilac #C682C3
Tints of Lilac #C682C3
RGB
CMYK
RGB Variations
Color information
#C682C3 (or 0xC682C3) is known color: Lilac. HEX triplet: C6, 82 and C3. RGB value is (198,130,195). Sum of RGB (Red+Green+Blue) = 198+130+195=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 195 (76.56% from 255 or 37.28% from 523); Max value from RGB is 198 - color contains mainly: red. Hex color #C682C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C682C3 is #397D3C. Grayscale: #9D9D9D. Windows color (decimal): -3767613 or 12812998. OLE color: 12812998.
HSL color Cylindrical-coordinate representation of color #C682C3: hue angle of 302.65º 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 #C682C3 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 195 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.22 |
| HSL | 302.65º | 0.37% | 0.64% | - |
| HSV(B) | 302.65º | 0.34% | 0.78% | - |
| XYZ | 41.12 | 31.91 | 55.62 | - |
| YUV | 157.74 | 149.03 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 195 | 0 | 0.34 | 0.02 | 0.22 | 302.65 | 0.37 | 0.64 |
| Hex | C6 | 82 | C3 | 0 | 22 | 2 | 16 | 12F | 25 | 40 |
| Octal | 306 | 202 | 303 | 0 | 42 | 2 | 26 | 457 | 45 | 100 |
| Binary | 11000110 | 10000010 | 11000011 | 0 | 100010 | 10 | 10110 | 100101111 | 100101 | 1000000 |
Color Harmonies of #C682C3
Complementary color
Monochromatic Colors of #C682C3
Black with #C682C3
Text Example
Text Example
White with #C682C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C682C3; }
p { color: rgb(198,130,195); }
H1.HeaderClassName
{
color: #C682C3;
}
.AnyTagClassName
{
color: #C682C3;
}
</style>
background-color css
<style>
a { background-color: #C682C3; }
a { background-color: rgb(198,130,195); }
div.DivClassName
{
background-color: #C682C3;
}
.BgClassName
{
background-color: #C682C3;
}
</style>
border-color css
<style>
span { border-color: #C682C3; }
span { border-color: rgb(198,130,195); }
td.TdClassName
{
border-color: #C682C3;
}
.TagClassName
{
border-color: #C682C3;
}
</style>