Shades of Heliotrope #C464FA
Tints of Heliotrope #C464FA
RGB
CMYK
RGB Variations
Color information
#C464FA (or 0xC464FA) is known color: Heliotrope. HEX triplet: C4, 64 and FA. RGB value is (196,100,250). Sum of RGB (Red+Green+Blue) = 196+100+250=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 100 (39.45% from 255 or 18.32% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #C464FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C464FA is #3B9B05. Grayscale: #919191. Windows color (decimal): -3906310 or 16409796. OLE color: 16409796.
HSL color Cylindrical-coordinate representation of color #C464FA: hue angle of 278.4º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C464FA is Cyan = 0.22, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 100 | 250 | - |
| CMYK | 0.22 | 0.6 | 0 | 0.02 |
| HSL | 278.4º | 0.94% | 0.69% | - |
| HSV(B) | 278.4º | 0.6% | 0.98% | - |
| XYZ | 44.58 | 27.75 | 93.45 | - |
| YUV | 145.8 | 186.8 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 100 | 250 | 0.22 | 0.6 | 0 | 0.02 | 278.4 | 0.94 | 0.69 |
| Hex | C4 | 64 | FA | 16 | 3C | 0 | 2 | 116 | 5E | 45 |
| Octal | 304 | 144 | 372 | 26 | 74 | 0 | 2 | 426 | 136 | 105 |
| Binary | 11000100 | 1100100 | 11111010 | 10110 | 111100 | 0 | 10 | 100010110 | 1011110 | 1000101 |
Color Harmonies of #C464FA
Complementary color
Monochromatic Colors of #C464FA
Black with #C464FA
Text Example
Text Example
White with #C464FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C464FA; }
p { color: rgb(196,100,250); }
H1.HeaderClassName
{
color: #C464FA;
}
.AnyTagClassName
{
color: #C464FA;
}
</style>
background-color css
<style>
a { background-color: #C464FA; }
a { background-color: rgb(196,100,250); }
div.DivClassName
{
background-color: #C464FA;
}
.BgClassName
{
background-color: #C464FA;
}
</style>
border-color css
<style>
span { border-color: #C464FA; }
span { border-color: rgb(196,100,250); }
td.TdClassName
{
border-color: #C464FA;
}
.TagClassName
{
border-color: #C464FA;
}
</style>