Shades of Heliotrope #C56FFE
Tints of Heliotrope #C56FFE
RGB
CMYK
RGB Variations
Color information
#C56FFE (or 0xC56FFE) is known color: Heliotrope. HEX triplet: C5, 6F and FE. RGB value is (197,111,254). Sum of RGB (Red+Green+Blue) = 197+111+254=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 111 (43.75% from 255 or 19.75% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #C56FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56FFE is #3A9001. Grayscale: #989898. Windows color (decimal): -3837954 or 16674757. OLE color: 16674757.
HSL color Cylindrical-coordinate representation of color #C56FFE: hue angle of 276.08º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C56FFE is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 111 | 254 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.00 |
| HSL | 276.08º | 0.99% | 0.72% | - |
| HSV(B) | 276.08º | 0.56% | 1% | - |
| XYZ | 46.6 | 30.39 | 97.18 | - |
| YUV | 153.02 | 184.99 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 254 | 0.22 | 0.56 | 0 | 0.00 | 276.08 | 0.99 | 0.72 |
| Hex | C5 | 6F | FE | 16 | 38 | 0 | 0 | 114 | 63 | 48 |
| Octal | 305 | 157 | 376 | 26 | 70 | 0 | 0 | 424 | 143 | 110 |
| Binary | 11000101 | 1101111 | 11111110 | 10110 | 111000 | 0 | 0 | 100010100 | 1100011 | 1001000 |
Color Harmonies of #C56FFE
Complementary color
Monochromatic Colors of #C56FFE
Black with #C56FFE
Text Example
Text Example
White with #C56FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56FFE; }
p { color: rgb(197,111,254); }
H1.HeaderClassName
{
color: #C56FFE;
}
.AnyTagClassName
{
color: #C56FFE;
}
</style>
background-color css
<style>
a { background-color: #C56FFE; }
a { background-color: rgb(197,111,254); }
div.DivClassName
{
background-color: #C56FFE;
}
.BgClassName
{
background-color: #C56FFE;
}
</style>
border-color css
<style>
span { border-color: #C56FFE; }
span { border-color: rgb(197,111,254); }
td.TdClassName
{
border-color: #C56FFE;
}
.TagClassName
{
border-color: #C56FFE;
}
</style>