Shades of Heliotrope #C581F1
Tints of Heliotrope #C581F1
RGB
CMYK
RGB Variations
Color information
#C581F1 (or 0xC581F1) is known color: Heliotrope. HEX triplet: C5, 81 and F1. RGB value is (197,129,241). Sum of RGB (Red+Green+Blue) = 197+129+241=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #C581F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C581F1 is #3A7E0E. Grayscale: #A1A1A1. Windows color (decimal): -3833359 or 15827397. OLE color: 15827397.
HSL color Cylindrical-coordinate representation of color #C581F1: hue angle of 276.43º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C581F1 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 129 | 241 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.05 |
| HSL | 276.43º | 0.8% | 0.73% | - |
| HSV(B) | 276.43º | 0.46% | 0.95% | - |
| XYZ | 46.75 | 33.92 | 87.3 | - |
| YUV | 162.1 | 172.53 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 129 | 241 | 0.18 | 0.46 | 0 | 0.05 | 276.43 | 0.8 | 0.73 |
| Hex | C5 | 81 | F1 | 12 | 2E | 0 | 5 | 114 | 50 | 49 |
| Octal | 305 | 201 | 361 | 22 | 56 | 0 | 5 | 424 | 120 | 111 |
| Binary | 11000101 | 10000001 | 11110001 | 10010 | 101110 | 0 | 101 | 100010100 | 1010000 | 1001001 |
Color Harmonies of #C581F1
Complementary color
Monochromatic Colors of #C581F1
Black with #C581F1
Text Example
Text Example
White with #C581F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C581F1; }
p { color: rgb(197,129,241); }
H1.HeaderClassName
{
color: #C581F1;
}
.AnyTagClassName
{
color: #C581F1;
}
</style>
background-color css
<style>
a { background-color: #C581F1; }
a { background-color: rgb(197,129,241); }
div.DivClassName
{
background-color: #C581F1;
}
.BgClassName
{
background-color: #C581F1;
}
</style>
border-color css
<style>
span { border-color: #C581F1; }
span { border-color: rgb(197,129,241); }
td.TdClassName
{
border-color: #C581F1;
}
.TagClassName
{
border-color: #C581F1;
}
</style>