Shades of Heliotrope #C467FA
Tints of Heliotrope #C467FA
RGB
CMYK
RGB Variations
Color information
#C467FA (or 0xC467FA) is known color: Heliotrope. HEX triplet: C4, 67 and FA. RGB value is (196,103,250). Sum of RGB (Red+Green+Blue) = 196+103+250=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 103 (40.62% from 255 or 18.76% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #C467FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C467FA is #3B9805. Grayscale: #939393. Windows color (decimal): -3905542 or 16410564. OLE color: 16410564.
HSL color Cylindrical-coordinate representation of color #C467FA: hue angle of 277.96º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C467FA is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 103 | 250 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.02 |
| HSL | 277.96º | 0.94% | 0.69% | - |
| HSV(B) | 277.96º | 0.59% | 0.98% | - |
| XYZ | 44.87 | 28.34 | 93.55 | - |
| YUV | 147.57 | 185.81 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 250 | 0.22 | 0.59 | 0 | 0.02 | 277.96 | 0.94 | 0.69 |
| Hex | C4 | 67 | FA | 16 | 3B | 0 | 2 | 116 | 5E | 45 |
| Octal | 304 | 147 | 372 | 26 | 73 | 0 | 2 | 426 | 136 | 105 |
| Binary | 11000100 | 1100111 | 11111010 | 10110 | 111011 | 0 | 10 | 100010110 | 1011110 | 1000101 |
Color Harmonies of #C467FA
Complementary color
Monochromatic Colors of #C467FA
Black with #C467FA
Text Example
Text Example
White with #C467FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C467FA; }
p { color: rgb(196,103,250); }
H1.HeaderClassName
{
color: #C467FA;
}
.AnyTagClassName
{
color: #C467FA;
}
</style>
background-color css
<style>
a { background-color: #C467FA; }
a { background-color: rgb(196,103,250); }
div.DivClassName
{
background-color: #C467FA;
}
.BgClassName
{
background-color: #C467FA;
}
</style>
border-color css
<style>
span { border-color: #C467FA; }
span { border-color: rgb(196,103,250); }
td.TdClassName
{
border-color: #C467FA;
}
.TagClassName
{
border-color: #C467FA;
}
</style>