Shades of Heliotrope #C17DEC
Tints of Heliotrope #C17DEC
RGB
CMYK
RGB Variations
Color information
#C17DEC (or 0xC17DEC) is known color: Heliotrope. HEX triplet: C1, 7D and EC. RGB value is (193,125,236). Sum of RGB (Red+Green+Blue) = 193+125+236=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #C17DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17DEC is #3E8213. Grayscale: #9D9D9D. Windows color (decimal): -4096532 or 15498689. OLE color: 15498689.
HSL color Cylindrical-coordinate representation of color #C17DEC: hue angle of 276.76º degrees, saturation: 0.74, 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 #C17DEC is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 125 | 236 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.07 |
| HSL | 276.76º | 0.74% | 0.71% | - |
| HSV(B) | 276.76º | 0.47% | 0.93% | - |
| XYZ | 44.47 | 32.06 | 83.2 | - |
| YUV | 157.99 | 172.03 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 125 | 236 | 0.18 | 0.47 | 0 | 0.07 | 276.76 | 0.74 | 0.71 |
| Hex | C1 | 7D | EC | 12 | 2F | 0 | 7 | 115 | 4A | 47 |
| Octal | 301 | 175 | 354 | 22 | 57 | 0 | 7 | 425 | 112 | 107 |
| Binary | 11000001 | 1111101 | 11101100 | 10010 | 101111 | 0 | 111 | 100010101 | 1001010 | 1000111 |
Color Harmonies of #C17DEC
Complementary color
Monochromatic Colors of #C17DEC
Black with #C17DEC
Text Example
Text Example
White with #C17DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17DEC; }
p { color: rgb(193,125,236); }
H1.HeaderClassName
{
color: #C17DEC;
}
.AnyTagClassName
{
color: #C17DEC;
}
</style>
background-color css
<style>
a { background-color: #C17DEC; }
a { background-color: rgb(193,125,236); }
div.DivClassName
{
background-color: #C17DEC;
}
.BgClassName
{
background-color: #C17DEC;
}
</style>
border-color css
<style>
span { border-color: #C17DEC; }
span { border-color: rgb(193,125,236); }
td.TdClassName
{
border-color: #C17DEC;
}
.TagClassName
{
border-color: #C17DEC;
}
</style>