Shades of Heliotrope #C973FA
Tints of Heliotrope #C973FA
RGB
CMYK
RGB Variations
Color information
#C973FA (or 0xC973FA) is known color: Heliotrope. HEX triplet: C9, 73 and FA. RGB value is (201,115,250). Sum of RGB (Red+Green+Blue) = 201+115+250=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 115 (45.31% from 255 or 20.32% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #C973FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C973FA is #368C05. Grayscale: #9B9B9B. Windows color (decimal): -3574790 or 16413641. OLE color: 16413641.
HSL color Cylindrical-coordinate representation of color #C973FA: hue angle of 278.22º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C973FA is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 115 | 250 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.02 |
| HSL | 278.22º | 0.93% | 0.72% | - |
| HSV(B) | 278.22º | 0.54% | 0.98% | - |
| XYZ | 47.47 | 31.58 | 94.04 | - |
| YUV | 156.1 | 180.99 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 250 | 0.20 | 0.54 | 0 | 0.02 | 278.22 | 0.93 | 0.72 |
| Hex | C9 | 73 | FA | 14 | 36 | 0 | 2 | 116 | 5D | 48 |
| Octal | 311 | 163 | 372 | 24 | 66 | 0 | 2 | 426 | 135 | 110 |
| Binary | 11001001 | 1110011 | 11111010 | 10100 | 110110 | 0 | 10 | 100010110 | 1011101 | 1001000 |
Color Harmonies of #C973FA
Complementary color
Monochromatic Colors of #C973FA
Black with #C973FA
Text Example
Text Example
White with #C973FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C973FA; }
p { color: rgb(201,115,250); }
H1.HeaderClassName
{
color: #C973FA;
}
.AnyTagClassName
{
color: #C973FA;
}
</style>
background-color css
<style>
a { background-color: #C973FA; }
a { background-color: rgb(201,115,250); }
div.DivClassName
{
background-color: #C973FA;
}
.BgClassName
{
background-color: #C973FA;
}
</style>
border-color css
<style>
span { border-color: #C973FA; }
span { border-color: rgb(201,115,250); }
td.TdClassName
{
border-color: #C973FA;
}
.TagClassName
{
border-color: #C973FA;
}
</style>