Shades of Heliotrope #C96DF0
Tints of Heliotrope #C96DF0
RGB
CMYK
RGB Variations
Color information
#C96DF0 (or 0xC96DF0) is known color: Heliotrope. HEX triplet: C9, 6D and F0. RGB value is (201,109,240). Sum of RGB (Red+Green+Blue) = 201+109+240=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 109 (42.97% from 255 or 19.82% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 240 - color contains mainly: blue. Hex color #C96DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96DF0 is #36920F. Grayscale: #979797. Windows color (decimal): -3576336 or 15756745. OLE color: 15756745.
HSL color Cylindrical-coordinate representation of color #C96DF0: hue angle of 282.14º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C96DF0 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 109 | 240 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.06 |
| HSL | 282.14º | 0.81% | 0.68% | - |
| HSV(B) | 282.14º | 0.55% | 0.94% | - |
| XYZ | 45.28 | 29.65 | 85.77 | - |
| YUV | 151.44 | 177.98 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 240 | 0.16 | 0.55 | 0 | 0.06 | 282.14 | 0.81 | 0.68 |
| Hex | C9 | 6D | F0 | 10 | 37 | 0 | 6 | 11A | 51 | 44 |
| Octal | 311 | 155 | 360 | 20 | 67 | 0 | 6 | 432 | 121 | 104 |
| Binary | 11001001 | 1101101 | 11110000 | 10000 | 110111 | 0 | 110 | 100011010 | 1010001 | 1000100 |
Color Harmonies of #C96DF0
Complementary color
Monochromatic Colors of #C96DF0
Black with #C96DF0
Text Example
Text Example
White with #C96DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96DF0; }
p { color: rgb(201,109,240); }
H1.HeaderClassName
{
color: #C96DF0;
}
.AnyTagClassName
{
color: #C96DF0;
}
</style>
background-color css
<style>
a { background-color: #C96DF0; }
a { background-color: rgb(201,109,240); }
div.DivClassName
{
background-color: #C96DF0;
}
.BgClassName
{
background-color: #C96DF0;
}
</style>
border-color css
<style>
span { border-color: #C96DF0; }
span { border-color: rgb(201,109,240); }
td.TdClassName
{
border-color: #C96DF0;
}
.TagClassName
{
border-color: #C96DF0;
}
</style>