Shades of Heliotrope #C17AEE
Tints of Heliotrope #C17AEE
RGB
CMYK
RGB Variations
Color information
#C17AEE (or 0xC17AEE) is known color: Heliotrope. HEX triplet: C1, 7A and EE. RGB value is (193,122,238). Sum of RGB (Red+Green+Blue) = 193+122+238=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #C17AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17AEE is #3E8511. Grayscale: #9C9C9C. Windows color (decimal): -4097298 or 15628993. OLE color: 15628993.
HSL color Cylindrical-coordinate representation of color #C17AEE: hue angle of 276.72º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C17AEE is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 122 | 238 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.07 |
| HSL | 276.72º | 0.77% | 0.71% | - |
| HSV(B) | 276.72º | 0.49% | 0.93% | - |
| XYZ | 44.38 | 31.43 | 84.62 | - |
| YUV | 156.45 | 174.02 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 238 | 0.19 | 0.49 | 0 | 0.07 | 276.72 | 0.77 | 0.71 |
| Hex | C1 | 7A | EE | 13 | 31 | 0 | 7 | 115 | 4D | 47 |
| Octal | 301 | 172 | 356 | 23 | 61 | 0 | 7 | 425 | 115 | 107 |
| Binary | 11000001 | 1111010 | 11101110 | 10011 | 110001 | 0 | 111 | 100010101 | 1001101 | 1000111 |
Color Harmonies of #C17AEE
Complementary color
Monochromatic Colors of #C17AEE
Black with #C17AEE
Text Example
Text Example
White with #C17AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17AEE; }
p { color: rgb(193,122,238); }
H1.HeaderClassName
{
color: #C17AEE;
}
.AnyTagClassName
{
color: #C17AEE;
}
</style>
background-color css
<style>
a { background-color: #C17AEE; }
a { background-color: rgb(193,122,238); }
div.DivClassName
{
background-color: #C17AEE;
}
.BgClassName
{
background-color: #C17AEE;
}
</style>
border-color css
<style>
span { border-color: #C17AEE; }
span { border-color: rgb(193,122,238); }
td.TdClassName
{
border-color: #C17AEE;
}
.TagClassName
{
border-color: #C17AEE;
}
</style>