Shades of Heliotrope #C96EF6
Tints of Heliotrope #C96EF6
RGB
CMYK
RGB Variations
Color information
#C96EF6 (or 0xC96EF6) is known color: Heliotrope. HEX triplet: C9, 6E and F6. RGB value is (201,110,246). Sum of RGB (Red+Green+Blue) = 201+110+246=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 110 (43.36% from 255 or 19.75% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 246 - color contains mainly: blue. Hex color #C96EF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96EF6 is #369109. Grayscale: #989898. Windows color (decimal): -3576074 or 16150217. OLE color: 16150217.
HSL color Cylindrical-coordinate representation of color #C96EF6: hue angle of 280.15º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C96EF6 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 110 | 246 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.04 |
| HSL | 280.15º | 0.88% | 0.7% | - |
| HSV(B) | 280.15º | 0.55% | 0.96% | - |
| XYZ | 46.3 | 30.22 | 90.58 | - |
| YUV | 152.71 | 180.65 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 110 | 246 | 0.18 | 0.55 | 0 | 0.04 | 280.15 | 0.88 | 0.7 |
| Hex | C9 | 6E | F6 | 12 | 37 | 0 | 4 | 118 | 58 | 46 |
| Octal | 311 | 156 | 366 | 22 | 67 | 0 | 4 | 430 | 130 | 106 |
| Binary | 11001001 | 1101110 | 11110110 | 10010 | 110111 | 0 | 100 | 100011000 | 1011000 | 1000110 |
Color Harmonies of #C96EF6
Complementary color
Monochromatic Colors of #C96EF6
Black with #C96EF6
Text Example
Text Example
White with #C96EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96EF6; }
p { color: rgb(201,110,246); }
H1.HeaderClassName
{
color: #C96EF6;
}
.AnyTagClassName
{
color: #C96EF6;
}
</style>
background-color css
<style>
a { background-color: #C96EF6; }
a { background-color: rgb(201,110,246); }
div.DivClassName
{
background-color: #C96EF6;
}
.BgClassName
{
background-color: #C96EF6;
}
</style>
border-color css
<style>
span { border-color: #C96EF6; }
span { border-color: rgb(201,110,246); }
td.TdClassName
{
border-color: #C96EF6;
}
.TagClassName
{
border-color: #C96EF6;
}
</style>