Shades of Heliotrope #C174F2
Tints of Heliotrope #C174F2
RGB
CMYK
RGB Variations
Color information
#C174F2 (or 0xC174F2) is known color: Heliotrope. HEX triplet: C1, 74 and F2. RGB value is (193,116,242). Sum of RGB (Red+Green+Blue) = 193+116+242=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 116 (45.70% from 255 or 21.05% from 551); Blue value is 242 (94.92% from 255 or 43.92% from 551); Max value from RGB is 242 - color contains mainly: blue. Hex color #C174F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C174F2 is #3E8B0D. Grayscale: #989898. Windows color (decimal): -4098830 or 15889601. OLE color: 15889601.
HSL color Cylindrical-coordinate representation of color #C174F2: hue angle of 276.67º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C174F2 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 116 | 242 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.05 |
| HSL | 276.67º | 0.83% | 0.7% | - |
| HSV(B) | 276.67º | 0.52% | 0.95% | - |
| XYZ | 44.26 | 30.24 | 87.51 | - |
| YUV | 153.39 | 178.01 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 242 | 0.20 | 0.52 | 0 | 0.05 | 276.67 | 0.83 | 0.7 |
| Hex | C1 | 74 | F2 | 14 | 34 | 0 | 5 | 115 | 53 | 46 |
| Octal | 301 | 164 | 362 | 24 | 64 | 0 | 5 | 425 | 123 | 106 |
| Binary | 11000001 | 1110100 | 11110010 | 10100 | 110100 | 0 | 101 | 100010101 | 1010011 | 1000110 |
Color Harmonies of #C174F2
Complementary color
Monochromatic Colors of #C174F2
Black with #C174F2
Text Example
Text Example
White with #C174F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C174F2; }
p { color: rgb(193,116,242); }
H1.HeaderClassName
{
color: #C174F2;
}
.AnyTagClassName
{
color: #C174F2;
}
</style>
background-color css
<style>
a { background-color: #C174F2; }
a { background-color: rgb(193,116,242); }
div.DivClassName
{
background-color: #C174F2;
}
.BgClassName
{
background-color: #C174F2;
}
</style>
border-color css
<style>
span { border-color: #C174F2; }
span { border-color: rgb(193,116,242); }
td.TdClassName
{
border-color: #C174F2;
}
.TagClassName
{
border-color: #C174F2;
}
</style>