Shades of Heliotrope #C680EC
Tints of Heliotrope #C680EC
RGB
CMYK
RGB Variations
Color information
#C680EC (or 0xC680EC) is known color: Heliotrope. HEX triplet: C6, 80 and EC. RGB value is (198,128,236). Sum of RGB (Red+Green+Blue) = 198+128+236=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 128 (50.39% from 255 or 22.78% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #C680EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C680EC is #397F13. Grayscale: #A0A0A0. Windows color (decimal): -3768084 or 15499462. OLE color: 15499462.
HSL color Cylindrical-coordinate representation of color #C680EC: hue angle of 278.89º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C680EC is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 128 | 236 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.07 |
| HSL | 278.89º | 0.74% | 0.71% | - |
| HSV(B) | 278.89º | 0.46% | 0.93% | - |
| XYZ | 46.15 | 33.5 | 83.39 | - |
| YUV | 161.24 | 170.19 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 236 | 0.16 | 0.46 | 0 | 0.07 | 278.89 | 0.74 | 0.71 |
| Hex | C6 | 80 | EC | 10 | 2E | 0 | 7 | 117 | 4A | 47 |
| Octal | 306 | 200 | 354 | 20 | 56 | 0 | 7 | 427 | 112 | 107 |
| Binary | 11000110 | 10000000 | 11101100 | 10000 | 101110 | 0 | 111 | 100010111 | 1001010 | 1000111 |
Color Harmonies of #C680EC
Complementary color
Monochromatic Colors of #C680EC
Black with #C680EC
Text Example
Text Example
White with #C680EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C680EC; }
p { color: rgb(198,128,236); }
H1.HeaderClassName
{
color: #C680EC;
}
.AnyTagClassName
{
color: #C680EC;
}
</style>
background-color css
<style>
a { background-color: #C680EC; }
a { background-color: rgb(198,128,236); }
div.DivClassName
{
background-color: #C680EC;
}
.BgClassName
{
background-color: #C680EC;
}
</style>
border-color css
<style>
span { border-color: #C680EC; }
span { border-color: rgb(198,128,236); }
td.TdClassName
{
border-color: #C680EC;
}
.TagClassName
{
border-color: #C680EC;
}
</style>