Shades of Heliotrope #C676ED
Tints of Heliotrope #C676ED
RGB
CMYK
RGB Variations
Color information
#C676ED (or 0xC676ED) is known color: Heliotrope. HEX triplet: C6, 76 and ED. RGB value is (198,118,237). Sum of RGB (Red+Green+Blue) = 198+118+237=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 118 (46.48% from 255 or 21.34% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #C676ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C676ED is #398912. Grayscale: #9B9B9B. Windows color (decimal): -3770643 or 15562438. OLE color: 15562438.
HSL color Cylindrical-coordinate representation of color #C676ED: hue angle of 280.34º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C676ED is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 118 | 237 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.07 |
| HSL | 280.34º | 0.77% | 0.7% | - |
| HSV(B) | 280.34º | 0.5% | 0.93% | - |
| XYZ | 45.05 | 31.08 | 83.74 | - |
| YUV | 155.49 | 174 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 118 | 237 | 0.16 | 0.50 | 0 | 0.07 | 280.34 | 0.77 | 0.7 |
| Hex | C6 | 76 | ED | 10 | 32 | 0 | 7 | 118 | 4D | 46 |
| Octal | 306 | 166 | 355 | 20 | 62 | 0 | 7 | 430 | 115 | 106 |
| Binary | 11000110 | 1110110 | 11101101 | 10000 | 110010 | 0 | 111 | 100011000 | 1001101 | 1000110 |
Color Harmonies of #C676ED
Complementary color
Monochromatic Colors of #C676ED
Black with #C676ED
Text Example
Text Example
White with #C676ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C676ED; }
p { color: rgb(198,118,237); }
H1.HeaderClassName
{
color: #C676ED;
}
.AnyTagClassName
{
color: #C676ED;
}
</style>
background-color css
<style>
a { background-color: #C676ED; }
a { background-color: rgb(198,118,237); }
div.DivClassName
{
background-color: #C676ED;
}
.BgClassName
{
background-color: #C676ED;
}
</style>
border-color css
<style>
span { border-color: #C676ED; }
span { border-color: rgb(198,118,237); }
td.TdClassName
{
border-color: #C676ED;
}
.TagClassName
{
border-color: #C676ED;
}
</style>