Shades of Heliotrope #C586FA
Tints of Heliotrope #C586FA
RGB
CMYK
RGB Variations
Color information
#C586FA (or 0xC586FA) is known color: Heliotrope. HEX triplet: C5, 86 and FA. RGB value is (197,134,250). Sum of RGB (Red+Green+Blue) = 197+134+250=581 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.91% from 581); Green value is 134 (52.73% from 255 or 23.06% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #C586FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C586FA is #3A7905. Grayscale: #A5A5A5. Windows color (decimal): -3832070 or 16418501. OLE color: 16418501.
HSL color Cylindrical-coordinate representation of color #C586FA: hue angle of 272.59º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C586FA is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 134 | 250 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.02 |
| HSL | 272.59º | 0.92% | 0.75% | - |
| HSV(B) | 272.59º | 0.46% | 0.98% | - |
| XYZ | 48.81 | 35.82 | 94.78 | - |
| YUV | 166.06 | 175.37 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 250 | 0.21 | 0.46 | 0 | 0.02 | 272.59 | 0.92 | 0.75 |
| Hex | C5 | 86 | FA | 15 | 2E | 0 | 2 | 111 | 5C | 4B |
| Octal | 305 | 206 | 372 | 25 | 56 | 0 | 2 | 421 | 134 | 113 |
| Binary | 11000101 | 10000110 | 11111010 | 10101 | 101110 | 0 | 10 | 100010001 | 1011100 | 1001011 |
Color Harmonies of #C586FA
Complementary color
Monochromatic Colors of #C586FA
Black with #C586FA
Text Example
Text Example
White with #C586FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C586FA; }
p { color: rgb(197,134,250); }
H1.HeaderClassName
{
color: #C586FA;
}
.AnyTagClassName
{
color: #C586FA;
}
</style>
background-color css
<style>
a { background-color: #C586FA; }
a { background-color: rgb(197,134,250); }
div.DivClassName
{
background-color: #C586FA;
}
.BgClassName
{
background-color: #C586FA;
}
</style>
border-color css
<style>
span { border-color: #C586FA; }
span { border-color: rgb(197,134,250); }
td.TdClassName
{
border-color: #C586FA;
}
.TagClassName
{
border-color: #C586FA;
}
</style>