Shades of Heliotrope #C570FA
Tints of Heliotrope #C570FA
RGB
CMYK
RGB Variations
Color information
#C570FA (or 0xC570FA) is known color: Heliotrope. HEX triplet: C5, 70 and FA. RGB value is (197,112,250). Sum of RGB (Red+Green+Blue) = 197+112+250=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 112 (44.14% from 255 or 20.04% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #C570FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C570FA is #3A8F05. Grayscale: #989898. Windows color (decimal): -3837702 or 16412869. OLE color: 16412869.
HSL color Cylindrical-coordinate representation of color #C570FA: hue angle of 276.96º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C570FA is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 112 | 250 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.02 |
| HSL | 276.96º | 0.93% | 0.71% | - |
| HSV(B) | 276.96º | 0.55% | 0.98% | - |
| XYZ | 46.08 | 30.36 | 93.87 | - |
| YUV | 153.15 | 182.66 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 250 | 0.21 | 0.55 | 0 | 0.02 | 276.96 | 0.93 | 0.71 |
| Hex | C5 | 70 | FA | 15 | 37 | 0 | 2 | 115 | 5D | 47 |
| Octal | 305 | 160 | 372 | 25 | 67 | 0 | 2 | 425 | 135 | 107 |
| Binary | 11000101 | 1110000 | 11111010 | 10101 | 110111 | 0 | 10 | 100010101 | 1011101 | 1000111 |
Color Harmonies of #C570FA
Complementary color
Monochromatic Colors of #C570FA
Black with #C570FA
Text Example
Text Example
White with #C570FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C570FA; }
p { color: rgb(197,112,250); }
H1.HeaderClassName
{
color: #C570FA;
}
.AnyTagClassName
{
color: #C570FA;
}
</style>
background-color css
<style>
a { background-color: #C570FA; }
a { background-color: rgb(197,112,250); }
div.DivClassName
{
background-color: #C570FA;
}
.BgClassName
{
background-color: #C570FA;
}
</style>
border-color css
<style>
span { border-color: #C570FA; }
span { border-color: rgb(197,112,250); }
td.TdClassName
{
border-color: #C570FA;
}
.TagClassName
{
border-color: #C570FA;
}
</style>