Shades of Heliotrope #C456FF
Tints of Heliotrope #C456FF
RGB
CMYK
RGB Variations
Color information
#C456FF (or 0xC456FF) is known color: Heliotrope. HEX triplet: C4, 56 and FF. RGB value is (196,86,255). Sum of RGB (Red+Green+Blue) = 196+86+255=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 86 (33.98% from 255 or 16.01% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #C456FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C456FF is #3BA900. Grayscale: #898989. Windows color (decimal): -3909889 or 16733892. OLE color: 16733892.
HSL color Cylindrical-coordinate representation of color #C456FF: hue angle of 279.05º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C456FF is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 86 | 255 | - |
| CMYK | 0.23 | 0.66 | 0 | 0 |
| HSL | 279.05º | 1% | 0.67% | - |
| HSV(B) | 279.05º | 0.66% | 1% | - |
| XYZ | 44.14 | 25.61 | 97.22 | - |
| YUV | 138.16 | 193.94 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 255 | 0.23 | 0.66 | 0 | 0 | 279.05 | 1 | 0.67 |
| Hex | C4 | 56 | FF | 17 | 42 | 0 | 0 | 117 | 64 | 43 |
| Octal | 304 | 126 | 377 | 27 | 102 | 0 | 0 | 427 | 144 | 103 |
| Binary | 11000100 | 1010110 | 11111111 | 10111 | 1000010 | 0 | 0 | 100010111 | 1100100 | 1000011 |
Color Harmonies of #C456FF
Complementary color
Monochromatic Colors of #C456FF
Black with #C456FF
Text Example
Text Example
White with #C456FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C456FF; }
p { color: rgb(196,86,255); }
H1.HeaderClassName
{
color: #C456FF;
}
.AnyTagClassName
{
color: #C456FF;
}
</style>
background-color css
<style>
a { background-color: #C456FF; }
a { background-color: rgb(196,86,255); }
div.DivClassName
{
background-color: #C456FF;
}
.BgClassName
{
background-color: #C456FF;
}
</style>
border-color css
<style>
span { border-color: #C456FF; }
span { border-color: rgb(196,86,255); }
td.TdClassName
{
border-color: #C456FF;
}
.TagClassName
{
border-color: #C456FF;
}
</style>