Shades of Heliotrope #C57DFD
Tints of Heliotrope #C57DFD
RGB
CMYK
RGB Variations
Color information
#C57DFD (or 0xC57DFD) is known color: Heliotrope. HEX triplet: C5, 7D and FD. RGB value is (197,125,253). Sum of RGB (Red+Green+Blue) = 197+125+253=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 125 (49.22% from 255 or 21.74% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #C57DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57DFD is #3A8202. Grayscale: #A0A0A0. Windows color (decimal): -3834371 or 16612805. OLE color: 16612805.
HSL color Cylindrical-coordinate representation of color #C57DFD: hue angle of 273.75º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C57DFD is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 125 | 253 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.01 |
| HSL | 273.75º | 0.97% | 0.74% | - |
| HSV(B) | 273.75º | 0.51% | 0.99% | - |
| XYZ | 48.09 | 33.63 | 96.89 | - |
| YUV | 161.12 | 179.85 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 253 | 0.22 | 0.51 | 0 | 0.01 | 273.75 | 0.97 | 0.74 |
| Hex | C5 | 7D | FD | 16 | 33 | 0 | 1 | 112 | 61 | 4A |
| Octal | 305 | 175 | 375 | 26 | 63 | 0 | 1 | 422 | 141 | 112 |
| Binary | 11000101 | 1111101 | 11111101 | 10110 | 110011 | 0 | 1 | 100010010 | 1100001 | 1001010 |
Color Harmonies of #C57DFD
Complementary color
Monochromatic Colors of #C57DFD
Black with #C57DFD
Text Example
Text Example
White with #C57DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57DFD; }
p { color: rgb(197,125,253); }
H1.HeaderClassName
{
color: #C57DFD;
}
.AnyTagClassName
{
color: #C57DFD;
}
</style>
background-color css
<style>
a { background-color: #C57DFD; }
a { background-color: rgb(197,125,253); }
div.DivClassName
{
background-color: #C57DFD;
}
.BgClassName
{
background-color: #C57DFD;
}
</style>
border-color css
<style>
span { border-color: #C57DFD; }
span { border-color: rgb(197,125,253); }
td.TdClassName
{
border-color: #C57DFD;
}
.TagClassName
{
border-color: #C57DFD;
}
</style>