Shades of Heliotrope #C467FF
Tints of Heliotrope #C467FF
RGB
CMYK
RGB Variations
Color information
#C467FF (or 0xC467FF) is known color: Heliotrope. HEX triplet: C4, 67 and FF. RGB value is (196,103,255). Sum of RGB (Red+Green+Blue) = 196+103+255=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 103 (40.62% from 255 or 18.59% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #C467FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C467FF is #3B9800. Grayscale: #939393. Windows color (decimal): -3905537 or 16738244. OLE color: 16738244.
HSL color Cylindrical-coordinate representation of color #C467FF: hue angle of 276.71º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C467FF is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 103 | 255 | - |
| CMYK | 0.23 | 0.60 | 0 | 0 |
| HSL | 276.71º | 1% | 0.7% | - |
| HSV(B) | 276.71º | 0.6% | 1% | - |
| XYZ | 45.67 | 28.66 | 97.73 | - |
| YUV | 148.14 | 188.31 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 255 | 0.23 | 0.60 | 0 | 0 | 276.71 | 1 | 0.7 |
| Hex | C4 | 67 | FF | 17 | 3C | 0 | 0 | 115 | 64 | 46 |
| Octal | 304 | 147 | 377 | 27 | 74 | 0 | 0 | 425 | 144 | 106 |
| Binary | 11000100 | 1100111 | 11111111 | 10111 | 111100 | 0 | 0 | 100010101 | 1100100 | 1000110 |
Color Harmonies of #C467FF
Complementary color
Monochromatic Colors of #C467FF
Black with #C467FF
Text Example
Text Example
White with #C467FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C467FF; }
p { color: rgb(196,103,255); }
H1.HeaderClassName
{
color: #C467FF;
}
.AnyTagClassName
{
color: #C467FF;
}
</style>
background-color css
<style>
a { background-color: #C467FF; }
a { background-color: rgb(196,103,255); }
div.DivClassName
{
background-color: #C467FF;
}
.BgClassName
{
background-color: #C467FF;
}
</style>
border-color css
<style>
span { border-color: #C467FF; }
span { border-color: rgb(196,103,255); }
td.TdClassName
{
border-color: #C467FF;
}
.TagClassName
{
border-color: #C467FF;
}
</style>