Shades of Heliotrope #C57DE9
Tints of Heliotrope #C57DE9
RGB
CMYK
RGB Variations
Color information
#C57DE9 (or 0xC57DE9) is known color: Heliotrope. HEX triplet: C5, 7D and E9. RGB value is (197,125,233). Sum of RGB (Red+Green+Blue) = 197+125+233=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 125 (49.22% from 255 or 22.52% from 555); Blue value is 233 (91.41% from 255 or 41.98% from 555); Max value from RGB is 233 - color contains mainly: blue. Hex color #C57DE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57DE9 is #3A8216. Grayscale: #9E9E9E. Windows color (decimal): -3834391 or 15302085. OLE color: 15302085.
HSL color Cylindrical-coordinate representation of color #C57DE9: hue angle of 280º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C57DE9 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 125 | 233 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.09 |
| HSL | 280º | 0.71% | 0.7% | - |
| HSV(B) | 280º | 0.46% | 0.91% | - |
| XYZ | 45.07 | 32.42 | 80.97 | - |
| YUV | 158.84 | 169.85 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 233 | 0.15 | 0.46 | 0 | 0.09 | 280 | 0.71 | 0.7 |
| Hex | C5 | 7D | E9 | F | 2E | 0 | 9 | 118 | 47 | 46 |
| Octal | 305 | 175 | 351 | 17 | 56 | 0 | 11 | 430 | 107 | 106 |
| Binary | 11000101 | 1111101 | 11101001 | 1111 | 101110 | 0 | 1001 | 100011000 | 1000111 | 1000110 |
Color Harmonies of #C57DE9
Complementary color
Monochromatic Colors of #C57DE9
Black with #C57DE9
Text Example
Text Example
White with #C57DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57DE9; }
p { color: rgb(197,125,233); }
H1.HeaderClassName
{
color: #C57DE9;
}
.AnyTagClassName
{
color: #C57DE9;
}
</style>
background-color css
<style>
a { background-color: #C57DE9; }
a { background-color: rgb(197,125,233); }
div.DivClassName
{
background-color: #C57DE9;
}
.BgClassName
{
background-color: #C57DE9;
}
</style>
border-color css
<style>
span { border-color: #C57DE9; }
span { border-color: rgb(197,125,233); }
td.TdClassName
{
border-color: #C57DE9;
}
.TagClassName
{
border-color: #C57DE9;
}
</style>