Shades of Heliotrope #C170EE
Tints of Heliotrope #C170EE
RGB
CMYK
RGB Variations
Color information
#C170EE (or 0xC170EE) is known color: Heliotrope. HEX triplet: C1, 70 and EE. RGB value is (193,112,238). Sum of RGB (Red+Green+Blue) = 193+112+238=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #C170EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C170EE is #3E8F11. Grayscale: #969696. Windows color (decimal): -4099858 or 15626433. OLE color: 15626433.
HSL color Cylindrical-coordinate representation of color #C170EE: hue angle of 278.57º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C170EE is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 112 | 238 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.07 |
| HSL | 278.57º | 0.79% | 0.69% | - |
| HSV(B) | 278.57º | 0.53% | 0.93% | - |
| XYZ | 43.22 | 29.1 | 84.23 | - |
| YUV | 150.58 | 177.34 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 238 | 0.19 | 0.53 | 0 | 0.07 | 278.57 | 0.79 | 0.69 |
| Hex | C1 | 70 | EE | 13 | 35 | 0 | 7 | 117 | 4F | 45 |
| Octal | 301 | 160 | 356 | 23 | 65 | 0 | 7 | 427 | 117 | 105 |
| Binary | 11000001 | 1110000 | 11101110 | 10011 | 110101 | 0 | 111 | 100010111 | 1001111 | 1000101 |
Color Harmonies of #C170EE
Complementary color
Monochromatic Colors of #C170EE
Black with #C170EE
Text Example
Text Example
White with #C170EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C170EE; }
p { color: rgb(193,112,238); }
H1.HeaderClassName
{
color: #C170EE;
}
.AnyTagClassName
{
color: #C170EE;
}
</style>
background-color css
<style>
a { background-color: #C170EE; }
a { background-color: rgb(193,112,238); }
div.DivClassName
{
background-color: #C170EE;
}
.BgClassName
{
background-color: #C170EE;
}
</style>
border-color css
<style>
span { border-color: #C170EE; }
span { border-color: rgb(193,112,238); }
td.TdClassName
{
border-color: #C170EE;
}
.TagClassName
{
border-color: #C170EE;
}
</style>