Shades of Heliotrope #C57DFB
Tints of Heliotrope #C57DFB
RGB
CMYK
RGB Variations
Color information
#C57DFB (or 0xC57DFB) is known color: Heliotrope. HEX triplet: C5, 7D and FB. RGB value is (197,125,251). Sum of RGB (Red+Green+Blue) = 197+125+251=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 125 (49.22% from 255 or 21.82% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #C57DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57DFB is #3A8204. Grayscale: #A0A0A0. Windows color (decimal): -3834373 or 16481733. OLE color: 16481733.
HSL color Cylindrical-coordinate representation of color #C57DFB: hue angle of 274.29º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C57DFB is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 125 | 251 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.02 |
| HSL | 274.29º | 0.94% | 0.74% | - |
| HSV(B) | 274.29º | 0.5% | 0.98% | - |
| XYZ | 47.77 | 33.5 | 95.22 | - |
| YUV | 160.89 | 178.85 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 251 | 0.22 | 0.50 | 0 | 0.02 | 274.29 | 0.94 | 0.74 |
| Hex | C5 | 7D | FB | 16 | 32 | 0 | 2 | 112 | 5E | 4A |
| Octal | 305 | 175 | 373 | 26 | 62 | 0 | 2 | 422 | 136 | 112 |
| Binary | 11000101 | 1111101 | 11111011 | 10110 | 110010 | 0 | 10 | 100010010 | 1011110 | 1001010 |
Color Harmonies of #C57DFB
Complementary color
Monochromatic Colors of #C57DFB
Black with #C57DFB
Text Example
Text Example
White with #C57DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57DFB; }
p { color: rgb(197,125,251); }
H1.HeaderClassName
{
color: #C57DFB;
}
.AnyTagClassName
{
color: #C57DFB;
}
</style>
background-color css
<style>
a { background-color: #C57DFB; }
a { background-color: rgb(197,125,251); }
div.DivClassName
{
background-color: #C57DFB;
}
.BgClassName
{
background-color: #C57DFB;
}
</style>
border-color css
<style>
span { border-color: #C57DFB; }
span { border-color: rgb(197,125,251); }
td.TdClassName
{
border-color: #C57DFB;
}
.TagClassName
{
border-color: #C57DFB;
}
</style>