Shades of Heliotrope #C451FF
Tints of Heliotrope #C451FF
RGB
CMYK
RGB Variations
Color information
#C451FF (or 0xC451FF) is known color: Heliotrope. HEX triplet: C4, 51 and FF. RGB value is (196,81,255). Sum of RGB (Red+Green+Blue) = 196+81+255=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 81 (32.03% from 255 or 15.23% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #C451FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C451FF is #3BAE00. Grayscale: #868686. Windows color (decimal): -3911169 or 16732612. OLE color: 16732612.
HSL color Cylindrical-coordinate representation of color #C451FF: hue angle of 279.66º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C451FF is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 81 | 255 | - |
| CMYK | 0.23 | 0.68 | 0 | 0 |
| HSL | 279.66º | 1% | 0.66% | - |
| HSV(B) | 279.66º | 0.68% | 1% | - |
| XYZ | 43.76 | 24.84 | 97.1 | - |
| YUV | 135.22 | 195.6 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 255 | 0.23 | 0.68 | 0 | 0 | 279.66 | 1 | 0.66 |
| Hex | C4 | 51 | FF | 17 | 44 | 0 | 0 | 118 | 64 | 42 |
| Octal | 304 | 121 | 377 | 27 | 104 | 0 | 0 | 430 | 144 | 102 |
| Binary | 11000100 | 1010001 | 11111111 | 10111 | 1000100 | 0 | 0 | 100011000 | 1100100 | 1000010 |
Color Harmonies of #C451FF
Complementary color
Monochromatic Colors of #C451FF
Black with #C451FF
Text Example
Text Example
White with #C451FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C451FF; }
p { color: rgb(196,81,255); }
H1.HeaderClassName
{
color: #C451FF;
}
.AnyTagClassName
{
color: #C451FF;
}
</style>
background-color css
<style>
a { background-color: #C451FF; }
a { background-color: rgb(196,81,255); }
div.DivClassName
{
background-color: #C451FF;
}
.BgClassName
{
background-color: #C451FF;
}
</style>
border-color css
<style>
span { border-color: #C451FF; }
span { border-color: rgb(196,81,255); }
td.TdClassName
{
border-color: #C451FF;
}
.TagClassName
{
border-color: #C451FF;
}
</style>