Shades of Heliotrope #C170ED
Tints of Heliotrope #C170ED
RGB
CMYK
RGB Variations
Color information
#C170ED (or 0xC170ED) is known color: Heliotrope. HEX triplet: C1, 70 and ED. RGB value is (193,112,237). Sum of RGB (Red+Green+Blue) = 193+112+237=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 112 (44.14% from 255 or 20.66% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #C170ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C170ED is #3E8F12. Grayscale: #969696. Windows color (decimal): -4099859 or 15560897. OLE color: 15560897.
HSL color Cylindrical-coordinate representation of color #C170ED: hue angle of 278.88º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C170ED is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 112 | 237 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.07 |
| HSL | 278.88º | 0.78% | 0.68% | - |
| HSV(B) | 278.88º | 0.53% | 0.93% | - |
| XYZ | 43.07 | 29.04 | 83.46 | - |
| YUV | 150.47 | 176.84 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 237 | 0.19 | 0.53 | 0 | 0.07 | 278.88 | 0.78 | 0.68 |
| Hex | C1 | 70 | ED | 13 | 35 | 0 | 7 | 117 | 4E | 44 |
| Octal | 301 | 160 | 355 | 23 | 65 | 0 | 7 | 427 | 116 | 104 |
| Binary | 11000001 | 1110000 | 11101101 | 10011 | 110101 | 0 | 111 | 100010111 | 1001110 | 1000100 |
Color Harmonies of #C170ED
Complementary color
Monochromatic Colors of #C170ED
Black with #C170ED
Text Example
Text Example
White with #C170ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C170ED; }
p { color: rgb(193,112,237); }
H1.HeaderClassName
{
color: #C170ED;
}
.AnyTagClassName
{
color: #C170ED;
}
</style>
background-color css
<style>
a { background-color: #C170ED; }
a { background-color: rgb(193,112,237); }
div.DivClassName
{
background-color: #C170ED;
}
.BgClassName
{
background-color: #C170ED;
}
</style>
border-color css
<style>
span { border-color: #C170ED; }
span { border-color: rgb(193,112,237); }
td.TdClassName
{
border-color: #C170ED;
}
.TagClassName
{
border-color: #C170ED;
}
</style>