Shades of Heliotrope #C680ED
Tints of Heliotrope #C680ED
RGB
CMYK
RGB Variations
Color information
#C680ED (or 0xC680ED) is known color: Heliotrope. HEX triplet: C6, 80 and ED. RGB value is (198,128,237). Sum of RGB (Red+Green+Blue) = 198+128+237=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 128 (50.39% from 255 or 22.74% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #C680ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C680ED is #397F12. Grayscale: #A0A0A0. Windows color (decimal): -3768083 or 15564998. OLE color: 15564998.
HSL color Cylindrical-coordinate representation of color #C680ED: hue angle of 278.53º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C680ED is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 128 | 237 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.07 |
| HSL | 278.53º | 0.75% | 0.72% | - |
| HSV(B) | 278.53º | 0.46% | 0.93% | - |
| XYZ | 46.29 | 33.56 | 84.16 | - |
| YUV | 161.36 | 170.69 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 237 | 0.16 | 0.46 | 0 | 0.07 | 278.53 | 0.75 | 0.72 |
| Hex | C6 | 80 | ED | 10 | 2E | 0 | 7 | 117 | 4B | 48 |
| Octal | 306 | 200 | 355 | 20 | 56 | 0 | 7 | 427 | 113 | 110 |
| Binary | 11000110 | 10000000 | 11101101 | 10000 | 101110 | 0 | 111 | 100010111 | 1001011 | 1001000 |
Color Harmonies of #C680ED
Complementary color
Monochromatic Colors of #C680ED
Black with #C680ED
Text Example
Text Example
White with #C680ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C680ED; }
p { color: rgb(198,128,237); }
H1.HeaderClassName
{
color: #C680ED;
}
.AnyTagClassName
{
color: #C680ED;
}
</style>
background-color css
<style>
a { background-color: #C680ED; }
a { background-color: rgb(198,128,237); }
div.DivClassName
{
background-color: #C680ED;
}
.BgClassName
{
background-color: #C680ED;
}
</style>
border-color css
<style>
span { border-color: #C680ED; }
span { border-color: rgb(198,128,237); }
td.TdClassName
{
border-color: #C680ED;
}
.TagClassName
{
border-color: #C680ED;
}
</style>