Shades of Heliotrope #C162F6
Tints of Heliotrope #C162F6
RGB
CMYK
RGB Variations
Color information
#C162F6 (or 0xC162F6) is known color: Heliotrope. HEX triplet: C1, 62 and F6. RGB value is (193,98,246). Sum of RGB (Red+Green+Blue) = 193+98+246=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 98 (38.67% from 255 or 18.25% from 537); Blue value is 246 (96.48% from 255 or 45.81% from 537); Max value from RGB is 246 - color contains mainly: blue. Hex color #C162F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C162F6 is #3E9D09. Grayscale: #8E8E8E. Windows color (decimal): -4103434 or 16147137. OLE color: 16147137.
HSL color Cylindrical-coordinate representation of color #C162F6: hue angle of 278.51º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C162F6 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 98 | 246 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.04 |
| HSL | 278.51º | 0.89% | 0.67% | - |
| HSV(B) | 278.51º | 0.6% | 0.96% | - |
| XYZ | 42.99 | 26.73 | 90.08 | - |
| YUV | 143.28 | 185.97 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 246 | 0.22 | 0.60 | 0 | 0.04 | 278.51 | 0.89 | 0.67 |
| Hex | C1 | 62 | F6 | 16 | 3C | 0 | 4 | 117 | 59 | 43 |
| Octal | 301 | 142 | 366 | 26 | 74 | 0 | 4 | 427 | 131 | 103 |
| Binary | 11000001 | 1100010 | 11110110 | 10110 | 111100 | 0 | 100 | 100010111 | 1011001 | 1000011 |
Color Harmonies of #C162F6
Complementary color
Monochromatic Colors of #C162F6
Black with #C162F6
Text Example
Text Example
White with #C162F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C162F6; }
p { color: rgb(193,98,246); }
H1.HeaderClassName
{
color: #C162F6;
}
.AnyTagClassName
{
color: #C162F6;
}
</style>
background-color css
<style>
a { background-color: #C162F6; }
a { background-color: rgb(193,98,246); }
div.DivClassName
{
background-color: #C162F6;
}
.BgClassName
{
background-color: #C162F6;
}
</style>
border-color css
<style>
span { border-color: #C162F6; }
span { border-color: rgb(193,98,246); }
td.TdClassName
{
border-color: #C162F6;
}
.TagClassName
{
border-color: #C162F6;
}
</style>