Shades of Heliotrope #C454FB
Tints of Heliotrope #C454FB
RGB
CMYK
RGB Variations
Color information
#C454FB (or 0xC454FB) is known color: Heliotrope. HEX triplet: C4, 54 and FB. RGB value is (196,84,251). Sum of RGB (Red+Green+Blue) = 196+84+251=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 84 (33.20% from 255 or 15.82% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #C454FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C454FB is #3BAB04. Grayscale: #878787. Windows color (decimal): -3910405 or 16471236. OLE color: 16471236.
HSL color Cylindrical-coordinate representation of color #C454FB: hue angle of 280.24º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C454FB is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 84 | 251 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.02 |
| HSL | 280.24º | 0.95% | 0.66% | - |
| HSV(B) | 280.24º | 0.67% | 0.98% | - |
| XYZ | 43.35 | 25.04 | 93.82 | - |
| YUV | 136.53 | 192.61 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 251 | 0.22 | 0.67 | 0 | 0.02 | 280.24 | 0.95 | 0.66 |
| Hex | C4 | 54 | FB | 16 | 43 | 0 | 2 | 118 | 5F | 42 |
| Octal | 304 | 124 | 373 | 26 | 103 | 0 | 2 | 430 | 137 | 102 |
| Binary | 11000100 | 1010100 | 11111011 | 10110 | 1000011 | 0 | 10 | 100011000 | 1011111 | 1000010 |
Color Harmonies of #C454FB
Complementary color
Monochromatic Colors of #C454FB
Black with #C454FB
Text Example
Text Example
White with #C454FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C454FB; }
p { color: rgb(196,84,251); }
H1.HeaderClassName
{
color: #C454FB;
}
.AnyTagClassName
{
color: #C454FB;
}
</style>
background-color css
<style>
a { background-color: #C454FB; }
a { background-color: rgb(196,84,251); }
div.DivClassName
{
background-color: #C454FB;
}
.BgClassName
{
background-color: #C454FB;
}
</style>
border-color css
<style>
span { border-color: #C454FB; }
span { border-color: rgb(196,84,251); }
td.TdClassName
{
border-color: #C454FB;
}
.TagClassName
{
border-color: #C454FB;
}
</style>