Shades of Heliotrope #C468F7
Tints of Heliotrope #C468F7
RGB
CMYK
RGB Variations
Color information
#C468F7 (or 0xC468F7) is known color: Heliotrope. HEX triplet: C4, 68 and F7. RGB value is (196,104,247). Sum of RGB (Red+Green+Blue) = 196+104+247=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 104 (41.02% from 255 or 19.01% from 547); Blue value is 247 (96.88% from 255 or 45.16% from 547); Max value from RGB is 247 - color contains mainly: blue. Hex color #C468F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C468F7 is #3B9708. Grayscale: #939393. Windows color (decimal): -3905289 or 16214212. OLE color: 16214212.
HSL color Cylindrical-coordinate representation of color #C468F7: hue angle of 278.6º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C468F7 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 196 | 104 | 247 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.03 |
| HSL | 278.6º | 0.9% | 0.69% | - |
| HSV(B) | 278.6º | 0.58% | 0.97% | - |
| XYZ | 44.5 | 28.35 | 91.12 | - |
| YUV | 147.81 | 183.98 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 104 | 247 | 0.21 | 0.58 | 0 | 0.03 | 278.6 | 0.9 | 0.69 |
| Hex | C4 | 68 | F7 | 15 | 3A | 0 | 3 | 117 | 5A | 45 |
| Octal | 304 | 150 | 367 | 25 | 72 | 0 | 3 | 427 | 132 | 105 |
| Binary | 11000100 | 1101000 | 11110111 | 10101 | 111010 | 0 | 11 | 100010111 | 1011010 | 1000101 |
Color Harmonies of #C468F7
Complementary color
Monochromatic Colors of #C468F7
Black with #C468F7
Text Example
Text Example
White with #C468F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C468F7; }
p { color: rgb(196,104,247); }
H1.HeaderClassName
{
color: #C468F7;
}
.AnyTagClassName
{
color: #C468F7;
}
</style>
background-color css
<style>
a { background-color: #C468F7; }
a { background-color: rgb(196,104,247); }
div.DivClassName
{
background-color: #C468F7;
}
.BgClassName
{
background-color: #C468F7;
}
</style>
border-color css
<style>
span { border-color: #C468F7; }
span { border-color: rgb(196,104,247); }
td.TdClassName
{
border-color: #C468F7;
}
.TagClassName
{
border-color: #C468F7;
}
</style>