Shades of Heliotrope #C580F0
Tints of Heliotrope #C580F0
RGB
CMYK
RGB Variations
Color information
#C580F0 (or 0xC580F0) is known color: Heliotrope. HEX triplet: C5, 80 and F0. RGB value is (197,128,240). Sum of RGB (Red+Green+Blue) = 197+128+240=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 240 - color contains mainly: blue. Hex color #C580F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C580F0 is #3A7F0F. Grayscale: #A1A1A1. Windows color (decimal): -3833616 or 15761605. OLE color: 15761605.
HSL color Cylindrical-coordinate representation of color #C580F0: hue angle of 276.96º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C580F0 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 128 | 240 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.06 |
| HSL | 276.96º | 0.79% | 0.72% | - |
| HSV(B) | 276.96º | 0.47% | 0.94% | - |
| XYZ | 46.47 | 33.6 | 86.47 | - |
| YUV | 161.4 | 172.36 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 240 | 0.18 | 0.47 | 0 | 0.06 | 276.96 | 0.79 | 0.72 |
| Hex | C5 | 80 | F0 | 12 | 2F | 0 | 6 | 115 | 4F | 48 |
| Octal | 305 | 200 | 360 | 22 | 57 | 0 | 6 | 425 | 117 | 110 |
| Binary | 11000101 | 10000000 | 11110000 | 10010 | 101111 | 0 | 110 | 100010101 | 1001111 | 1001000 |
Color Harmonies of #C580F0
Complementary color
Monochromatic Colors of #C580F0
Black with #C580F0
Text Example
Text Example
White with #C580F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C580F0; }
p { color: rgb(197,128,240); }
H1.HeaderClassName
{
color: #C580F0;
}
.AnyTagClassName
{
color: #C580F0;
}
</style>
background-color css
<style>
a { background-color: #C580F0; }
a { background-color: rgb(197,128,240); }
div.DivClassName
{
background-color: #C580F0;
}
.BgClassName
{
background-color: #C580F0;
}
</style>
border-color css
<style>
span { border-color: #C580F0; }
span { border-color: rgb(197,128,240); }
td.TdClassName
{
border-color: #C580F0;
}
.TagClassName
{
border-color: #C580F0;
}
</style>