Shades of Heliotrope #C17EEF
Tints of Heliotrope #C17EEF
RGB
CMYK
RGB Variations
Color information
#C17EEF (or 0xC17EEF) is known color: Heliotrope. HEX triplet: C1, 7E and EF. RGB value is (193,126,239). Sum of RGB (Red+Green+Blue) = 193+126+239=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 126 (49.61% from 255 or 22.58% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #C17EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17EEF is #3E8110. Grayscale: #9E9E9E. Windows color (decimal): -4096273 or 15695553. OLE color: 15695553.
HSL color Cylindrical-coordinate representation of color #C17EEF: hue angle of 275.58º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C17EEF is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 126 | 239 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.06 |
| HSL | 275.58º | 0.78% | 0.72% | - |
| HSV(B) | 275.58º | 0.47% | 0.94% | - |
| XYZ | 45.03 | 32.49 | 85.56 | - |
| YUV | 158.92 | 173.2 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 239 | 0.19 | 0.47 | 0 | 0.06 | 275.58 | 0.78 | 0.72 |
| Hex | C1 | 7E | EF | 13 | 2F | 0 | 6 | 114 | 4E | 48 |
| Octal | 301 | 176 | 357 | 23 | 57 | 0 | 6 | 424 | 116 | 110 |
| Binary | 11000001 | 1111110 | 11101111 | 10011 | 101111 | 0 | 110 | 100010100 | 1001110 | 1001000 |
Color Harmonies of #C17EEF
Complementary color
Monochromatic Colors of #C17EEF
Black with #C17EEF
Text Example
Text Example
White with #C17EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17EEF; }
p { color: rgb(193,126,239); }
H1.HeaderClassName
{
color: #C17EEF;
}
.AnyTagClassName
{
color: #C17EEF;
}
</style>
background-color css
<style>
a { background-color: #C17EEF; }
a { background-color: rgb(193,126,239); }
div.DivClassName
{
background-color: #C17EEF;
}
.BgClassName
{
background-color: #C17EEF;
}
</style>
border-color css
<style>
span { border-color: #C17EEF; }
span { border-color: rgb(193,126,239); }
td.TdClassName
{
border-color: #C17EEF;
}
.TagClassName
{
border-color: #C17EEF;
}
</style>