Shades of Heliotrope #C57DFC
Tints of Heliotrope #C57DFC
RGB
CMYK
RGB Variations
Color information
#C57DFC (or 0xC57DFC) is known color: Heliotrope. HEX triplet: C5, 7D and FC. RGB value is (197,125,252). Sum of RGB (Red+Green+Blue) = 197+125+252=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 125 (49.22% from 255 or 21.78% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #C57DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57DFC is #3A8203. Grayscale: #A0A0A0. Windows color (decimal): -3834372 or 16547269. OLE color: 16547269.
HSL color Cylindrical-coordinate representation of color #C57DFC: hue angle of 274.02º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C57DFC is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 125 | 252 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.01 |
| HSL | 274.02º | 0.95% | 0.74% | - |
| HSV(B) | 274.02º | 0.5% | 0.99% | - |
| XYZ | 47.93 | 33.57 | 96.05 | - |
| YUV | 161.01 | 179.35 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 252 | 0.22 | 0.50 | 0 | 0.01 | 274.02 | 0.95 | 0.74 |
| Hex | C5 | 7D | FC | 16 | 32 | 0 | 1 | 112 | 5F | 4A |
| Octal | 305 | 175 | 374 | 26 | 62 | 0 | 1 | 422 | 137 | 112 |
| Binary | 11000101 | 1111101 | 11111100 | 10110 | 110010 | 0 | 1 | 100010010 | 1011111 | 1001010 |
Color Harmonies of #C57DFC
Complementary color
Monochromatic Colors of #C57DFC
Black with #C57DFC
Text Example
Text Example
White with #C57DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57DFC; }
p { color: rgb(197,125,252); }
H1.HeaderClassName
{
color: #C57DFC;
}
.AnyTagClassName
{
color: #C57DFC;
}
</style>
background-color css
<style>
a { background-color: #C57DFC; }
a { background-color: rgb(197,125,252); }
div.DivClassName
{
background-color: #C57DFC;
}
.BgClassName
{
background-color: #C57DFC;
}
</style>
border-color css
<style>
span { border-color: #C57DFC; }
span { border-color: rgb(197,125,252); }
td.TdClassName
{
border-color: #C57DFC;
}
.TagClassName
{
border-color: #C57DFC;
}
</style>