Shades of Heliotrope #C96AFA
Tints of Heliotrope #C96AFA
RGB
CMYK
RGB Variations
Color information
#C96AFA (or 0xC96AFA) is known color: Heliotrope. HEX triplet: C9, 6A and FA. RGB value is (201,106,250). Sum of RGB (Red+Green+Blue) = 201+106+250=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 106 (41.80% from 255 or 19.03% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #C96AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96AFA is #369505. Grayscale: #969696. Windows color (decimal): -3577094 or 16411337. OLE color: 16411337.
HSL color Cylindrical-coordinate representation of color #C96AFA: hue angle of 279.58º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C96AFA is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 106 | 250 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.02 |
| HSL | 279.58º | 0.94% | 0.7% | - |
| HSV(B) | 279.58º | 0.58% | 0.98% | - |
| XYZ | 46.5 | 29.63 | 93.71 | - |
| YUV | 150.82 | 183.97 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 106 | 250 | 0.20 | 0.58 | 0 | 0.02 | 279.58 | 0.94 | 0.7 |
| Hex | C9 | 6A | FA | 14 | 3A | 0 | 2 | 118 | 5E | 46 |
| Octal | 311 | 152 | 372 | 24 | 72 | 0 | 2 | 430 | 136 | 106 |
| Binary | 11001001 | 1101010 | 11111010 | 10100 | 111010 | 0 | 10 | 100011000 | 1011110 | 1000110 |
Color Harmonies of #C96AFA
Complementary color
Monochromatic Colors of #C96AFA
Black with #C96AFA
Text Example
Text Example
White with #C96AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96AFA; }
p { color: rgb(201,106,250); }
H1.HeaderClassName
{
color: #C96AFA;
}
.AnyTagClassName
{
color: #C96AFA;
}
</style>
background-color css
<style>
a { background-color: #C96AFA; }
a { background-color: rgb(201,106,250); }
div.DivClassName
{
background-color: #C96AFA;
}
.BgClassName
{
background-color: #C96AFA;
}
</style>
border-color css
<style>
span { border-color: #C96AFA; }
span { border-color: rgb(201,106,250); }
td.TdClassName
{
border-color: #C96AFA;
}
.TagClassName
{
border-color: #C96AFA;
}
</style>