Shades of Heliotrope #C17EFF
Tints of Heliotrope #C17EFF
RGB
CMYK
RGB Variations
Color information
#C17EFF (or 0xC17EFF) is known color: Heliotrope. HEX triplet: C1, 7E and FF. RGB value is (193,126,255). Sum of RGB (Red+Green+Blue) = 193+126+255=574 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.62% from 574); Green value is 126 (49.61% from 255 or 21.95% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #C17EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17EFF is #3E8100. Grayscale: #A0A0A0. Windows color (decimal): -4096257 or 16744129. OLE color: 16744129.
HSL color Cylindrical-coordinate representation of color #C17EFF: hue angle of 271.16º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C17EFF is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 126 | 255 | - |
| CMYK | 0.24 | 0.51 | 0 | 0 |
| HSL | 271.16º | 1% | 0.75% | - |
| HSV(B) | 271.16º | 0.51% | 1% | - |
| XYZ | 47.5 | 33.48 | 98.57 | - |
| YUV | 160.74 | 181.2 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 255 | 0.24 | 0.51 | 0 | 0 | 271.16 | 1 | 0.75 |
| Hex | C1 | 7E | FF | 18 | 33 | 0 | 0 | 10F | 64 | 4B |
| Octal | 301 | 176 | 377 | 30 | 63 | 0 | 0 | 417 | 144 | 113 |
| Binary | 11000001 | 1111110 | 11111111 | 11000 | 110011 | 0 | 0 | 100001111 | 1100100 | 1001011 |
Color Harmonies of #C17EFF
Complementary color
Monochromatic Colors of #C17EFF
Black with #C17EFF
Text Example
Text Example
White with #C17EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17EFF; }
p { color: rgb(193,126,255); }
H1.HeaderClassName
{
color: #C17EFF;
}
.AnyTagClassName
{
color: #C17EFF;
}
</style>
background-color css
<style>
a { background-color: #C17EFF; }
a { background-color: rgb(193,126,255); }
div.DivClassName
{
background-color: #C17EFF;
}
.BgClassName
{
background-color: #C17EFF;
}
</style>
border-color css
<style>
span { border-color: #C17EFF; }
span { border-color: rgb(193,126,255); }
td.TdClassName
{
border-color: #C17EFF;
}
.TagClassName
{
border-color: #C17EFF;
}
</style>