Shades of Heliotrope #C56EFD
Tints of Heliotrope #C56EFD
RGB
CMYK
RGB Variations
Color information
#C56EFD (or 0xC56EFD) is known color: Heliotrope. HEX triplet: C5, 6E and FD. RGB value is (197,110,253). Sum of RGB (Red+Green+Blue) = 197+110+253=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 110 (43.36% from 255 or 19.64% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #C56EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56EFD is #3A9102. Grayscale: #979797. Windows color (decimal): -3838211 or 16608965. OLE color: 16608965.
HSL color Cylindrical-coordinate representation of color #C56EFD: hue angle of 276.5º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C56EFD is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 110 | 253 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.01 |
| HSL | 276.5º | 0.97% | 0.71% | - |
| HSV(B) | 276.5º | 0.57% | 0.99% | - |
| XYZ | 46.33 | 30.11 | 96.3 | - |
| YUV | 152.32 | 184.82 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 110 | 253 | 0.22 | 0.57 | 0 | 0.01 | 276.5 | 0.97 | 0.71 |
| Hex | C5 | 6E | FD | 16 | 39 | 0 | 1 | 115 | 61 | 47 |
| Octal | 305 | 156 | 375 | 26 | 71 | 0 | 1 | 425 | 141 | 107 |
| Binary | 11000101 | 1101110 | 11111101 | 10110 | 111001 | 0 | 1 | 100010101 | 1100001 | 1000111 |
Color Harmonies of #C56EFD
Complementary color
Monochromatic Colors of #C56EFD
Black with #C56EFD
Text Example
Text Example
White with #C56EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56EFD; }
p { color: rgb(197,110,253); }
H1.HeaderClassName
{
color: #C56EFD;
}
.AnyTagClassName
{
color: #C56EFD;
}
</style>
background-color css
<style>
a { background-color: #C56EFD; }
a { background-color: rgb(197,110,253); }
div.DivClassName
{
background-color: #C56EFD;
}
.BgClassName
{
background-color: #C56EFD;
}
</style>
border-color css
<style>
span { border-color: #C56EFD; }
span { border-color: rgb(197,110,253); }
td.TdClassName
{
border-color: #C56EFD;
}
.TagClassName
{
border-color: #C56EFD;
}
</style>