Shades of Heliotrope #C15EFF
Tints of Heliotrope #C15EFF
RGB
CMYK
RGB Variations
Color information
#C15EFF (or 0xC15EFF) is known color: Heliotrope. HEX triplet: C1, 5E and FF. RGB value is (193,94,255). Sum of RGB (Red+Green+Blue) = 193+94+255=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 94 (37.11% from 255 or 17.34% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #C15EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15EFF is #3EA100. Grayscale: #8D8D8D. Windows color (decimal): -4104449 or 16735937. OLE color: 16735937.
HSL color Cylindrical-coordinate representation of color #C15EFF: hue angle of 276.89º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C15EFF is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 94 | 255 | - |
| CMYK | 0.24 | 0.63 | 0 | 0 |
| HSL | 276.89º | 1% | 0.68% | - |
| HSV(B) | 276.89º | 0.63% | 1% | - |
| XYZ | 44.05 | 26.56 | 97.41 | - |
| YUV | 141.96 | 191.8 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 255 | 0.24 | 0.63 | 0 | 0 | 276.89 | 1 | 0.68 |
| Hex | C1 | 5E | FF | 18 | 3F | 0 | 0 | 115 | 64 | 44 |
| Octal | 301 | 136 | 377 | 30 | 77 | 0 | 0 | 425 | 144 | 104 |
| Binary | 11000001 | 1011110 | 11111111 | 11000 | 111111 | 0 | 0 | 100010101 | 1100100 | 1000100 |
Color Harmonies of #C15EFF
Complementary color
Monochromatic Colors of #C15EFF
Black with #C15EFF
Text Example
Text Example
White with #C15EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15EFF; }
p { color: rgb(193,94,255); }
H1.HeaderClassName
{
color: #C15EFF;
}
.AnyTagClassName
{
color: #C15EFF;
}
</style>
background-color css
<style>
a { background-color: #C15EFF; }
a { background-color: rgb(193,94,255); }
div.DivClassName
{
background-color: #C15EFF;
}
.BgClassName
{
background-color: #C15EFF;
}
</style>
border-color css
<style>
span { border-color: #C15EFF; }
span { border-color: rgb(193,94,255); }
td.TdClassName
{
border-color: #C15EFF;
}
.TagClassName
{
border-color: #C15EFF;
}
</style>