Shades of Heliotrope #C973EC
Tints of Heliotrope #C973EC
RGB
CMYK
RGB Variations
Color information
#C973EC (or 0xC973EC) is known color: Heliotrope. HEX triplet: C9, 73 and EC. RGB value is (201,115,236). Sum of RGB (Red+Green+Blue) = 201+115+236=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 115 (45.31% from 255 or 20.83% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #C973EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C973EC is #368C13. Grayscale: #9A9A9A. Windows color (decimal): -3574804 or 15496137. OLE color: 15496137.
HSL color Cylindrical-coordinate representation of color #C973EC: hue angle of 282.64º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C973EC is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 115 | 236 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.07 |
| HSL | 282.64º | 0.76% | 0.69% | - |
| HSV(B) | 282.64º | 0.51% | 0.93% | - |
| XYZ | 45.36 | 30.74 | 82.9 | - |
| YUV | 154.51 | 173.99 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 236 | 0.15 | 0.51 | 0 | 0.07 | 282.64 | 0.76 | 0.69 |
| Hex | C9 | 73 | EC | F | 33 | 0 | 7 | 11B | 4C | 45 |
| Octal | 311 | 163 | 354 | 17 | 63 | 0 | 7 | 433 | 114 | 105 |
| Binary | 11001001 | 1110011 | 11101100 | 1111 | 110011 | 0 | 111 | 100011011 | 1001100 | 1000101 |
Color Harmonies of #C973EC
Complementary color
Monochromatic Colors of #C973EC
Black with #C973EC
Text Example
Text Example
White with #C973EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C973EC; }
p { color: rgb(201,115,236); }
H1.HeaderClassName
{
color: #C973EC;
}
.AnyTagClassName
{
color: #C973EC;
}
</style>
background-color css
<style>
a { background-color: #C973EC; }
a { background-color: rgb(201,115,236); }
div.DivClassName
{
background-color: #C973EC;
}
.BgClassName
{
background-color: #C973EC;
}
</style>
border-color css
<style>
span { border-color: #C973EC; }
span { border-color: rgb(201,115,236); }
td.TdClassName
{
border-color: #C973EC;
}
.TagClassName
{
border-color: #C973EC;
}
</style>