Shades of Heliotrope #C454FE
Tints of Heliotrope #C454FE
RGB
CMYK
RGB Variations
Color information
#C454FE (or 0xC454FE) is known color: Heliotrope. HEX triplet: C4, 54 and FE. RGB value is (196,84,254). Sum of RGB (Red+Green+Blue) = 196+84+254=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 84 (33.20% from 255 or 15.73% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #C454FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C454FE is #3BAB01. Grayscale: #888888. Windows color (decimal): -3910402 or 16667844. OLE color: 16667844.
HSL color Cylindrical-coordinate representation of color #C454FE: hue angle of 279.53º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C454FE is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 84 | 254 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.00 |
| HSL | 279.53º | 0.99% | 0.66% | - |
| HSV(B) | 279.53º | 0.67% | 1% | - |
| XYZ | 43.82 | 25.23 | 96.33 | - |
| YUV | 136.87 | 194.11 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 254 | 0.23 | 0.67 | 0 | 0.00 | 279.53 | 0.99 | 0.66 |
| Hex | C4 | 54 | FE | 17 | 43 | 0 | 0 | 118 | 63 | 42 |
| Octal | 304 | 124 | 376 | 27 | 103 | 0 | 0 | 430 | 143 | 102 |
| Binary | 11000100 | 1010100 | 11111110 | 10111 | 1000011 | 0 | 0 | 100011000 | 1100011 | 1000010 |
Color Harmonies of #C454FE
Complementary color
Monochromatic Colors of #C454FE
Black with #C454FE
Text Example
Text Example
White with #C454FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C454FE; }
p { color: rgb(196,84,254); }
H1.HeaderClassName
{
color: #C454FE;
}
.AnyTagClassName
{
color: #C454FE;
}
</style>
background-color css
<style>
a { background-color: #C454FE; }
a { background-color: rgb(196,84,254); }
div.DivClassName
{
background-color: #C454FE;
}
.BgClassName
{
background-color: #C454FE;
}
</style>
border-color css
<style>
span { border-color: #C454FE; }
span { border-color: rgb(196,84,254); }
td.TdClassName
{
border-color: #C454FE;
}
.TagClassName
{
border-color: #C454FE;
}
</style>