Shades of Heliotrope #C680EF
Tints of Heliotrope #C680EF
RGB
CMYK
RGB Variations
Color information
#C680EF (or 0xC680EF) is known color: Heliotrope. HEX triplet: C6, 80 and EF. RGB value is (198,128,239). Sum of RGB (Red+Green+Blue) = 198+128+239=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #C680EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C680EF is #397F10. Grayscale: #A1A1A1. Windows color (decimal): -3768081 or 15696070. OLE color: 15696070.
HSL color Cylindrical-coordinate representation of color #C680EF: hue angle of 277.84º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C680EF is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 128 | 239 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.06 |
| HSL | 277.84º | 0.78% | 0.72% | - |
| HSV(B) | 277.84º | 0.46% | 0.94% | - |
| XYZ | 46.59 | 33.68 | 85.71 | - |
| YUV | 161.58 | 171.69 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 239 | 0.17 | 0.46 | 0 | 0.06 | 277.84 | 0.78 | 0.72 |
| Hex | C6 | 80 | EF | 11 | 2E | 0 | 6 | 116 | 4E | 48 |
| Octal | 306 | 200 | 357 | 21 | 56 | 0 | 6 | 426 | 116 | 110 |
| Binary | 11000110 | 10000000 | 11101111 | 10001 | 101110 | 0 | 110 | 100010110 | 1001110 | 1001000 |
Color Harmonies of #C680EF
Complementary color
Monochromatic Colors of #C680EF
Black with #C680EF
Text Example
Text Example
White with #C680EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C680EF; }
p { color: rgb(198,128,239); }
H1.HeaderClassName
{
color: #C680EF;
}
.AnyTagClassName
{
color: #C680EF;
}
</style>
background-color css
<style>
a { background-color: #C680EF; }
a { background-color: rgb(198,128,239); }
div.DivClassName
{
background-color: #C680EF;
}
.BgClassName
{
background-color: #C680EF;
}
</style>
border-color css
<style>
span { border-color: #C680EF; }
span { border-color: rgb(198,128,239); }
td.TdClassName
{
border-color: #C680EF;
}
.TagClassName
{
border-color: #C680EF;
}
</style>