Shades of Heliotrope #C17AED
Tints of Heliotrope #C17AED
RGB
CMYK
RGB Variations
Color information
#C17AED (or 0xC17AED) is known color: Heliotrope. HEX triplet: C1, 7A and ED. RGB value is (193,122,237). Sum of RGB (Red+Green+Blue) = 193+122+237=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #C17AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17AED is #3E8512. Grayscale: #9B9B9B. Windows color (decimal): -4097299 or 15563457. OLE color: 15563457.
HSL color Cylindrical-coordinate representation of color #C17AED: hue angle of 277.04º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C17AED is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 122 | 237 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.07 |
| HSL | 277.04º | 0.76% | 0.7% | - |
| HSV(B) | 277.04º | 0.49% | 0.93% | - |
| XYZ | 44.24 | 31.37 | 83.84 | - |
| YUV | 156.34 | 173.52 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 237 | 0.19 | 0.49 | 0 | 0.07 | 277.04 | 0.76 | 0.7 |
| Hex | C1 | 7A | ED | 13 | 31 | 0 | 7 | 115 | 4C | 46 |
| Octal | 301 | 172 | 355 | 23 | 61 | 0 | 7 | 425 | 114 | 106 |
| Binary | 11000001 | 1111010 | 11101101 | 10011 | 110001 | 0 | 111 | 100010101 | 1001100 | 1000110 |
Color Harmonies of #C17AED
Complementary color
Monochromatic Colors of #C17AED
Black with #C17AED
Text Example
Text Example
White with #C17AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17AED; }
p { color: rgb(193,122,237); }
H1.HeaderClassName
{
color: #C17AED;
}
.AnyTagClassName
{
color: #C17AED;
}
</style>
background-color css
<style>
a { background-color: #C17AED; }
a { background-color: rgb(193,122,237); }
div.DivClassName
{
background-color: #C17AED;
}
.BgClassName
{
background-color: #C17AED;
}
</style>
border-color css
<style>
span { border-color: #C17AED; }
span { border-color: rgb(193,122,237); }
td.TdClassName
{
border-color: #C17AED;
}
.TagClassName
{
border-color: #C17AED;
}
</style>