Shades of Heliotrope #C15EF7
Tints of Heliotrope #C15EF7
RGB
CMYK
RGB Variations
Color information
#C15EF7 (or 0xC15EF7) is known color: Heliotrope. HEX triplet: C1, 5E and F7. RGB value is (193,94,247). Sum of RGB (Red+Green+Blue) = 193+94+247=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 94 (37.11% from 255 or 17.60% from 534); Blue value is 247 (96.88% from 255 or 46.25% from 534); Max value from RGB is 247 - color contains mainly: blue. Hex color #C15EF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15EF7 is #3EA108. Grayscale: #8C8C8C. Windows color (decimal): -4104457 or 16211649. OLE color: 16211649.
HSL color Cylindrical-coordinate representation of color #C15EF7: hue angle of 278.82º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C15EF7 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 94 | 247 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.03 |
| HSL | 278.82º | 0.91% | 0.67% | - |
| HSV(B) | 278.82º | 0.62% | 0.97% | - |
| XYZ | 42.78 | 26.06 | 90.77 | - |
| YUV | 141.04 | 187.8 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 247 | 0.22 | 0.62 | 0 | 0.03 | 278.82 | 0.91 | 0.67 |
| Hex | C1 | 5E | F7 | 16 | 3E | 0 | 3 | 117 | 5B | 43 |
| Octal | 301 | 136 | 367 | 26 | 76 | 0 | 3 | 427 | 133 | 103 |
| Binary | 11000001 | 1011110 | 11110111 | 10110 | 111110 | 0 | 11 | 100010111 | 1011011 | 1000011 |
Color Harmonies of #C15EF7
Complementary color
Monochromatic Colors of #C15EF7
Black with #C15EF7
Text Example
Text Example
White with #C15EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15EF7; }
p { color: rgb(193,94,247); }
H1.HeaderClassName
{
color: #C15EF7;
}
.AnyTagClassName
{
color: #C15EF7;
}
</style>
background-color css
<style>
a { background-color: #C15EF7; }
a { background-color: rgb(193,94,247); }
div.DivClassName
{
background-color: #C15EF7;
}
.BgClassName
{
background-color: #C15EF7;
}
</style>
border-color css
<style>
span { border-color: #C15EF7; }
span { border-color: rgb(193,94,247); }
td.TdClassName
{
border-color: #C15EF7;
}
.TagClassName
{
border-color: #C15EF7;
}
</style>