Shades of Heliotrope #C96AF0
Tints of Heliotrope #C96AF0
RGB
CMYK
RGB Variations
Color information
#C96AF0 (or 0xC96AF0) is known color: Heliotrope. HEX triplet: C9, 6A and F0. RGB value is (201,106,240). Sum of RGB (Red+Green+Blue) = 201+106+240=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 106 (41.80% from 255 or 19.38% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #C96AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96AF0 is #36950F. Grayscale: #959595. Windows color (decimal): -3577104 or 15755977. OLE color: 15755977.
HSL color Cylindrical-coordinate representation of color #C96AF0: hue angle of 282.54º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C96AF0 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 106 | 240 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.06 |
| HSL | 282.54º | 0.82% | 0.68% | - |
| HSV(B) | 282.54º | 0.56% | 0.94% | - |
| XYZ | 44.97 | 29.02 | 85.67 | - |
| YUV | 149.68 | 178.97 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 106 | 240 | 0.16 | 0.56 | 0 | 0.06 | 282.54 | 0.82 | 0.68 |
| Hex | C9 | 6A | F0 | 10 | 38 | 0 | 6 | 11B | 52 | 44 |
| Octal | 311 | 152 | 360 | 20 | 70 | 0 | 6 | 433 | 122 | 104 |
| Binary | 11001001 | 1101010 | 11110000 | 10000 | 111000 | 0 | 110 | 100011011 | 1010010 | 1000100 |
Color Harmonies of #C96AF0
Complementary color
Monochromatic Colors of #C96AF0
Black with #C96AF0
Text Example
Text Example
White with #C96AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96AF0; }
p { color: rgb(201,106,240); }
H1.HeaderClassName
{
color: #C96AF0;
}
.AnyTagClassName
{
color: #C96AF0;
}
</style>
background-color css
<style>
a { background-color: #C96AF0; }
a { background-color: rgb(201,106,240); }
div.DivClassName
{
background-color: #C96AF0;
}
.BgClassName
{
background-color: #C96AF0;
}
</style>
border-color css
<style>
span { border-color: #C96AF0; }
span { border-color: rgb(201,106,240); }
td.TdClassName
{
border-color: #C96AF0;
}
.TagClassName
{
border-color: #C96AF0;
}
</style>