Shades of Heliotrope #C454FF
Tints of Heliotrope #C454FF
RGB
CMYK
RGB Variations
Color information
#C454FF (or 0xC454FF) is known color: Heliotrope. HEX triplet: C4, 54 and FF. RGB value is (196,84,255). Sum of RGB (Red+Green+Blue) = 196+84+255=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 84 (33.20% from 255 or 15.70% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #C454FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C454FF is #3BAB00. Grayscale: #888888. Windows color (decimal): -3910401 or 16733380. OLE color: 16733380.
HSL color Cylindrical-coordinate representation of color #C454FF: hue angle of 279.3º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C454FF is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 84 | 255 | - |
| CMYK | 0.23 | 0.67 | 0 | 0 |
| HSL | 279.3º | 1% | 0.66% | - |
| HSV(B) | 279.3º | 0.67% | 1% | - |
| XYZ | 43.99 | 25.3 | 97.17 | - |
| YUV | 136.98 | 194.61 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 255 | 0.23 | 0.67 | 0 | 0 | 279.3 | 1 | 0.66 |
| Hex | C4 | 54 | FF | 17 | 43 | 0 | 0 | 117 | 64 | 42 |
| Octal | 304 | 124 | 377 | 27 | 103 | 0 | 0 | 427 | 144 | 102 |
| Binary | 11000100 | 1010100 | 11111111 | 10111 | 1000011 | 0 | 0 | 100010111 | 1100100 | 1000010 |
Color Harmonies of #C454FF
Complementary color
Monochromatic Colors of #C454FF
Black with #C454FF
Text Example
Text Example
White with #C454FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C454FF; }
p { color: rgb(196,84,255); }
H1.HeaderClassName
{
color: #C454FF;
}
.AnyTagClassName
{
color: #C454FF;
}
</style>
background-color css
<style>
a { background-color: #C454FF; }
a { background-color: rgb(196,84,255); }
div.DivClassName
{
background-color: #C454FF;
}
.BgClassName
{
background-color: #C454FF;
}
</style>
border-color css
<style>
span { border-color: #C454FF; }
span { border-color: rgb(196,84,255); }
td.TdClassName
{
border-color: #C454FF;
}
.TagClassName
{
border-color: #C454FF;
}
</style>