Shades of Heliotrope #C17CEE
Tints of Heliotrope #C17CEE
RGB
CMYK
RGB Variations
Color information
#C17CEE (or 0xC17CEE) is known color: Heliotrope. HEX triplet: C1, 7C and EE. RGB value is (193,124,238). Sum of RGB (Red+Green+Blue) = 193+124+238=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #C17CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17CEE is #3E8311. Grayscale: #9D9D9D. Windows color (decimal): -4096786 or 15629505. OLE color: 15629505.
HSL color Cylindrical-coordinate representation of color #C17CEE: hue angle of 276.32º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C17CEE is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 124 | 238 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.07 |
| HSL | 276.32º | 0.77% | 0.71% | - |
| HSV(B) | 276.32º | 0.48% | 0.93% | - |
| XYZ | 44.63 | 31.93 | 84.7 | - |
| YUV | 157.63 | 173.36 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 124 | 238 | 0.19 | 0.48 | 0 | 0.07 | 276.32 | 0.77 | 0.71 |
| Hex | C1 | 7C | EE | 13 | 30 | 0 | 7 | 114 | 4D | 47 |
| Octal | 301 | 174 | 356 | 23 | 60 | 0 | 7 | 424 | 115 | 107 |
| Binary | 11000001 | 1111100 | 11101110 | 10011 | 110000 | 0 | 111 | 100010100 | 1001101 | 1000111 |
Color Harmonies of #C17CEE
Complementary color
Monochromatic Colors of #C17CEE
Black with #C17CEE
Text Example
Text Example
White with #C17CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17CEE; }
p { color: rgb(193,124,238); }
H1.HeaderClassName
{
color: #C17CEE;
}
.AnyTagClassName
{
color: #C17CEE;
}
</style>
background-color css
<style>
a { background-color: #C17CEE; }
a { background-color: rgb(193,124,238); }
div.DivClassName
{
background-color: #C17CEE;
}
.BgClassName
{
background-color: #C17CEE;
}
</style>
border-color css
<style>
span { border-color: #C17CEE; }
span { border-color: rgb(193,124,238); }
td.TdClassName
{
border-color: #C17CEE;
}
.TagClassName
{
border-color: #C17CEE;
}
</style>