Shades of Heliotrope #C57DED
Tints of Heliotrope #C57DED
RGB
CMYK
RGB Variations
Color information
#C57DED (or 0xC57DED) is known color: Heliotrope. HEX triplet: C5, 7D and ED. RGB value is (197,125,237). Sum of RGB (Red+Green+Blue) = 197+125+237=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 125 (49.22% from 255 or 22.36% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #C57DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57DED is #3A8212. Grayscale: #9E9E9E. Windows color (decimal): -3834387 or 15564229. OLE color: 15564229.
HSL color Cylindrical-coordinate representation of color #C57DED: hue angle of 278.57º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C57DED is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 125 | 237 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.07 |
| HSL | 278.57º | 0.76% | 0.71% | - |
| HSV(B) | 278.57º | 0.47% | 0.93% | - |
| XYZ | 45.65 | 32.65 | 84.02 | - |
| YUV | 159.3 | 171.85 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 237 | 0.17 | 0.47 | 0 | 0.07 | 278.57 | 0.76 | 0.71 |
| Hex | C5 | 7D | ED | 11 | 2F | 0 | 7 | 117 | 4C | 47 |
| Octal | 305 | 175 | 355 | 21 | 57 | 0 | 7 | 427 | 114 | 107 |
| Binary | 11000101 | 1111101 | 11101101 | 10001 | 101111 | 0 | 111 | 100010111 | 1001100 | 1000111 |
Color Harmonies of #C57DED
Complementary color
Monochromatic Colors of #C57DED
Black with #C57DED
Text Example
Text Example
White with #C57DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57DED; }
p { color: rgb(197,125,237); }
H1.HeaderClassName
{
color: #C57DED;
}
.AnyTagClassName
{
color: #C57DED;
}
</style>
background-color css
<style>
a { background-color: #C57DED; }
a { background-color: rgb(197,125,237); }
div.DivClassName
{
background-color: #C57DED;
}
.BgClassName
{
background-color: #C57DED;
}
</style>
border-color css
<style>
span { border-color: #C57DED; }
span { border-color: rgb(197,125,237); }
td.TdClassName
{
border-color: #C57DED;
}
.TagClassName
{
border-color: #C57DED;
}
</style>