Shades of Heliotrope #C451FE
Tints of Heliotrope #C451FE
RGB
CMYK
RGB Variations
Color information
#C451FE (or 0xC451FE) is known color: Heliotrope. HEX triplet: C4, 51 and FE. RGB value is (196,81,254). Sum of RGB (Red+Green+Blue) = 196+81+254=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 81 (32.03% from 255 or 15.25% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #C451FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C451FE is #3BAE01. Grayscale: #868686. Windows color (decimal): -3911170 or 16667076. OLE color: 16667076.
HSL color Cylindrical-coordinate representation of color #C451FE: hue angle of 279.88º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C451FE is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 81 | 254 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.00 |
| HSL | 279.88º | 0.99% | 0.66% | - |
| HSV(B) | 279.88º | 0.68% | 1% | - |
| XYZ | 43.6 | 24.78 | 96.25 | - |
| YUV | 135.11 | 195.1 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 254 | 0.23 | 0.68 | 0 | 0.00 | 279.88 | 0.99 | 0.66 |
| Hex | C4 | 51 | FE | 17 | 44 | 0 | 0 | 118 | 63 | 42 |
| Octal | 304 | 121 | 376 | 27 | 104 | 0 | 0 | 430 | 143 | 102 |
| Binary | 11000100 | 1010001 | 11111110 | 10111 | 1000100 | 0 | 0 | 100011000 | 1100011 | 1000010 |
Color Harmonies of #C451FE
Complementary color
Monochromatic Colors of #C451FE
Black with #C451FE
Text Example
Text Example
White with #C451FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C451FE; }
p { color: rgb(196,81,254); }
H1.HeaderClassName
{
color: #C451FE;
}
.AnyTagClassName
{
color: #C451FE;
}
</style>
background-color css
<style>
a { background-color: #C451FE; }
a { background-color: rgb(196,81,254); }
div.DivClassName
{
background-color: #C451FE;
}
.BgClassName
{
background-color: #C451FE;
}
</style>
border-color css
<style>
span { border-color: #C451FE; }
span { border-color: rgb(196,81,254); }
td.TdClassName
{
border-color: #C451FE;
}
.TagClassName
{
border-color: #C451FE;
}
</style>