Shades of Heliotrope #C172EE
Tints of Heliotrope #C172EE
RGB
CMYK
RGB Variations
Color information
#C172EE (or 0xC172EE) is known color: Heliotrope. HEX triplet: C1, 72 and EE. RGB value is (193,114,238). Sum of RGB (Red+Green+Blue) = 193+114+238=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 114 (44.92% from 255 or 20.92% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #C172EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C172EE is #3E8D11. Grayscale: #979797. Windows color (decimal): -4099346 or 15626945. OLE color: 15626945.
HSL color Cylindrical-coordinate representation of color #C172EE: hue angle of 278.23º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C172EE is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 114 | 238 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.07 |
| HSL | 278.23º | 0.78% | 0.69% | - |
| HSV(B) | 278.23º | 0.52% | 0.93% | - |
| XYZ | 43.44 | 29.55 | 84.3 | - |
| YUV | 151.76 | 176.67 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 238 | 0.19 | 0.52 | 0 | 0.07 | 278.23 | 0.78 | 0.69 |
| Hex | C1 | 72 | EE | 13 | 34 | 0 | 7 | 116 | 4E | 45 |
| Octal | 301 | 162 | 356 | 23 | 64 | 0 | 7 | 426 | 116 | 105 |
| Binary | 11000001 | 1110010 | 11101110 | 10011 | 110100 | 0 | 111 | 100010110 | 1001110 | 1000101 |
Color Harmonies of #C172EE
Complementary color
Monochromatic Colors of #C172EE
Black with #C172EE
Text Example
Text Example
White with #C172EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C172EE; }
p { color: rgb(193,114,238); }
H1.HeaderClassName
{
color: #C172EE;
}
.AnyTagClassName
{
color: #C172EE;
}
</style>
background-color css
<style>
a { background-color: #C172EE; }
a { background-color: rgb(193,114,238); }
div.DivClassName
{
background-color: #C172EE;
}
.BgClassName
{
background-color: #C172EE;
}
</style>
border-color css
<style>
span { border-color: #C172EE; }
span { border-color: rgb(193,114,238); }
td.TdClassName
{
border-color: #C172EE;
}
.TagClassName
{
border-color: #C172EE;
}
</style>