Shades of Heliotrope #C462FA
Tints of Heliotrope #C462FA
RGB
CMYK
RGB Variations
Color information
#C462FA (or 0xC462FA) is known color: Heliotrope. HEX triplet: C4, 62 and FA. RGB value is (196,98,250). Sum of RGB (Red+Green+Blue) = 196+98+250=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 98 (38.67% from 255 or 18.01% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #C462FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C462FA is #3B9D05. Grayscale: #909090. Windows color (decimal): -3906822 or 16409284. OLE color: 16409284.
HSL color Cylindrical-coordinate representation of color #C462FA: hue angle of 278.68º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C462FA is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 98 | 250 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.02 |
| HSL | 278.68º | 0.94% | 0.68% | - |
| HSV(B) | 278.68º | 0.61% | 0.98% | - |
| XYZ | 44.39 | 27.37 | 93.39 | - |
| YUV | 144.63 | 187.47 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 250 | 0.22 | 0.61 | 0 | 0.02 | 278.68 | 0.94 | 0.68 |
| Hex | C4 | 62 | FA | 16 | 3D | 0 | 2 | 117 | 5E | 44 |
| Octal | 304 | 142 | 372 | 26 | 75 | 0 | 2 | 427 | 136 | 104 |
| Binary | 11000100 | 1100010 | 11111010 | 10110 | 111101 | 0 | 10 | 100010111 | 1011110 | 1000100 |
Color Harmonies of #C462FA
Complementary color
Monochromatic Colors of #C462FA
Black with #C462FA
Text Example
Text Example
White with #C462FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C462FA; }
p { color: rgb(196,98,250); }
H1.HeaderClassName
{
color: #C462FA;
}
.AnyTagClassName
{
color: #C462FA;
}
</style>
background-color css
<style>
a { background-color: #C462FA; }
a { background-color: rgb(196,98,250); }
div.DivClassName
{
background-color: #C462FA;
}
.BgClassName
{
background-color: #C462FA;
}
</style>
border-color css
<style>
span { border-color: #C462FA; }
span { border-color: rgb(196,98,250); }
td.TdClassName
{
border-color: #C462FA;
}
.TagClassName
{
border-color: #C462FA;
}
</style>