Shades of Heliotrope #C556FD
Tints of Heliotrope #C556FD
RGB
CMYK
RGB Variations
Color information
#C556FD (or 0xC556FD) is known color: Heliotrope. HEX triplet: C5, 56 and FD. RGB value is (197,86,253). Sum of RGB (Red+Green+Blue) = 197+86+253=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 86 (33.98% from 255 or 16.04% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #C556FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C556FD is #3AA902. Grayscale: #898989. Windows color (decimal): -3844355 or 16602821. OLE color: 16602821.
HSL color Cylindrical-coordinate representation of color #C556FD: hue angle of 279.88º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C556FD is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 86 | 253 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.01 |
| HSL | 279.88º | 0.98% | 0.66% | - |
| HSV(B) | 279.88º | 0.66% | 0.99% | - |
| XYZ | 44.08 | 25.62 | 95.55 | - |
| YUV | 138.23 | 192.77 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 253 | 0.22 | 0.66 | 0 | 0.01 | 279.88 | 0.98 | 0.66 |
| Hex | C5 | 56 | FD | 16 | 42 | 0 | 1 | 118 | 62 | 42 |
| Octal | 305 | 126 | 375 | 26 | 102 | 0 | 1 | 430 | 142 | 102 |
| Binary | 11000101 | 1010110 | 11111101 | 10110 | 1000010 | 0 | 1 | 100011000 | 1100010 | 1000010 |
Color Harmonies of #C556FD
Complementary color
Monochromatic Colors of #C556FD
Black with #C556FD
Text Example
Text Example
White with #C556FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C556FD; }
p { color: rgb(197,86,253); }
H1.HeaderClassName
{
color: #C556FD;
}
.AnyTagClassName
{
color: #C556FD;
}
</style>
background-color css
<style>
a { background-color: #C556FD; }
a { background-color: rgb(197,86,253); }
div.DivClassName
{
background-color: #C556FD;
}
.BgClassName
{
background-color: #C556FD;
}
</style>
border-color css
<style>
span { border-color: #C556FD; }
span { border-color: rgb(197,86,253); }
td.TdClassName
{
border-color: #C556FD;
}
.TagClassName
{
border-color: #C556FD;
}
</style>