Shades of Heliotrope #C580EF
Tints of Heliotrope #C580EF
RGB
CMYK
RGB Variations
Color information
#C580EF (or 0xC580EF) is known color: Heliotrope. HEX triplet: C5, 80 and EF. RGB value is (197,128,239). Sum of RGB (Red+Green+Blue) = 197+128+239=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #C580EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C580EF is #3A7F10. Grayscale: #A0A0A0. Windows color (decimal): -3833617 or 15696069. OLE color: 15696069.
HSL color Cylindrical-coordinate representation of color #C580EF: hue angle of 277.3º 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 #C580EF is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 128 | 239 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.06 |
| HSL | 277.3º | 0.78% | 0.72% | - |
| HSV(B) | 277.3º | 0.46% | 0.94% | - |
| XYZ | 46.33 | 33.54 | 85.69 | - |
| YUV | 161.29 | 171.86 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 239 | 0.18 | 0.46 | 0 | 0.06 | 277.3 | 0.78 | 0.72 |
| Hex | C5 | 80 | EF | 12 | 2E | 0 | 6 | 115 | 4E | 48 |
| Octal | 305 | 200 | 357 | 22 | 56 | 0 | 6 | 425 | 116 | 110 |
| Binary | 11000101 | 10000000 | 11101111 | 10010 | 101110 | 0 | 110 | 100010101 | 1001110 | 1001000 |
Color Harmonies of #C580EF
Complementary color
Monochromatic Colors of #C580EF
Black with #C580EF
Text Example
Text Example
White with #C580EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C580EF; }
p { color: rgb(197,128,239); }
H1.HeaderClassName
{
color: #C580EF;
}
.AnyTagClassName
{
color: #C580EF;
}
</style>
background-color css
<style>
a { background-color: #C580EF; }
a { background-color: rgb(197,128,239); }
div.DivClassName
{
background-color: #C580EF;
}
.BgClassName
{
background-color: #C580EF;
}
</style>
border-color css
<style>
span { border-color: #C580EF; }
span { border-color: rgb(197,128,239); }
td.TdClassName
{
border-color: #C580EF;
}
.TagClassName
{
border-color: #C580EF;
}
</style>