Shades of Heliotrope #C57FFA
Tints of Heliotrope #C57FFA
RGB
CMYK
RGB Variations
Color information
#C57FFA (or 0xC57FFA) is known color: Heliotrope. HEX triplet: C5, 7F and FA. RGB value is (197,127,250). Sum of RGB (Red+Green+Blue) = 197+127+250=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 127 (50% from 255 or 22.13% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #C57FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57FFA is #3A8005. Grayscale: #A1A1A1. Windows color (decimal): -3833862 or 16416709. OLE color: 16416709.
HSL color Cylindrical-coordinate representation of color #C57FFA: hue angle of 274.15º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C57FFA is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 127 | 250 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.02 |
| HSL | 274.15º | 0.92% | 0.74% | - |
| HSV(B) | 274.15º | 0.49% | 0.98% | - |
| XYZ | 47.87 | 33.95 | 94.47 | - |
| YUV | 161.95 | 177.69 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 250 | 0.21 | 0.49 | 0 | 0.02 | 274.15 | 0.92 | 0.74 |
| Hex | C5 | 7F | FA | 15 | 31 | 0 | 2 | 112 | 5C | 4A |
| Octal | 305 | 177 | 372 | 25 | 61 | 0 | 2 | 422 | 134 | 112 |
| Binary | 11000101 | 1111111 | 11111010 | 10101 | 110001 | 0 | 10 | 100010010 | 1011100 | 1001010 |
Color Harmonies of #C57FFA
Complementary color
Monochromatic Colors of #C57FFA
Black with #C57FFA
Text Example
Text Example
White with #C57FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57FFA; }
p { color: rgb(197,127,250); }
H1.HeaderClassName
{
color: #C57FFA;
}
.AnyTagClassName
{
color: #C57FFA;
}
</style>
background-color css
<style>
a { background-color: #C57FFA; }
a { background-color: rgb(197,127,250); }
div.DivClassName
{
background-color: #C57FFA;
}
.BgClassName
{
background-color: #C57FFA;
}
</style>
border-color css
<style>
span { border-color: #C57FFA; }
span { border-color: rgb(197,127,250); }
td.TdClassName
{
border-color: #C57FFA;
}
.TagClassName
{
border-color: #C57FFA;
}
</style>