Shades of Heliotrope #C17EEE
Tints of Heliotrope #C17EEE
RGB
CMYK
RGB Variations
Color information
#C17EEE (or 0xC17EEE) is known color: Heliotrope. HEX triplet: C1, 7E and EE. RGB value is (193,126,238). Sum of RGB (Red+Green+Blue) = 193+126+238=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 126 (49.61% from 255 or 22.62% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #C17EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17EEE is #3E8111. Grayscale: #9E9E9E. Windows color (decimal): -4096274 or 15630017. OLE color: 15630017.
HSL color Cylindrical-coordinate representation of color #C17EEE: hue angle of 275.89º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C17EEE is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 126 | 238 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.07 |
| HSL | 275.89º | 0.77% | 0.71% | - |
| HSV(B) | 275.89º | 0.47% | 0.93% | - |
| XYZ | 44.89 | 32.43 | 84.78 | - |
| YUV | 158.8 | 172.7 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 238 | 0.19 | 0.47 | 0 | 0.07 | 275.89 | 0.77 | 0.71 |
| Hex | C1 | 7E | EE | 13 | 2F | 0 | 7 | 114 | 4D | 47 |
| Octal | 301 | 176 | 356 | 23 | 57 | 0 | 7 | 424 | 115 | 107 |
| Binary | 11000001 | 1111110 | 11101110 | 10011 | 101111 | 0 | 111 | 100010100 | 1001101 | 1000111 |
Color Harmonies of #C17EEE
Complementary color
Monochromatic Colors of #C17EEE
Black with #C17EEE
Text Example
Text Example
White with #C17EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17EEE; }
p { color: rgb(193,126,238); }
H1.HeaderClassName
{
color: #C17EEE;
}
.AnyTagClassName
{
color: #C17EEE;
}
</style>
background-color css
<style>
a { background-color: #C17EEE; }
a { background-color: rgb(193,126,238); }
div.DivClassName
{
background-color: #C17EEE;
}
.BgClassName
{
background-color: #C17EEE;
}
</style>
border-color css
<style>
span { border-color: #C17EEE; }
span { border-color: rgb(193,126,238); }
td.TdClassName
{
border-color: #C17EEE;
}
.TagClassName
{
border-color: #C17EEE;
}
</style>