Shades of Heliotrope #C974F4
Tints of Heliotrope #C974F4
RGB
CMYK
RGB Variations
Color information
#C974F4 (or 0xC974F4) is known color: Heliotrope. HEX triplet: C9, 74 and F4. RGB value is (201,116,244). Sum of RGB (Red+Green+Blue) = 201+116+244=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 116 (45.70% from 255 or 20.68% from 561); Blue value is 244 (95.70% from 255 or 43.49% from 561); Max value from RGB is 244 - color contains mainly: blue. Hex color #C974F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C974F4 is #368B0B. Grayscale: #9B9B9B. Windows color (decimal): -3574540 or 16020681. OLE color: 16020681.
HSL color Cylindrical-coordinate representation of color #C974F4: hue angle of 279.84º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C974F4 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 116 | 244 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.04 |
| HSL | 279.84º | 0.85% | 0.71% | - |
| HSV(B) | 279.84º | 0.52% | 0.96% | - |
| XYZ | 46.66 | 31.44 | 89.2 | - |
| YUV | 156.01 | 177.66 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 244 | 0.18 | 0.52 | 0 | 0.04 | 279.84 | 0.85 | 0.71 |
| Hex | C9 | 74 | F4 | 12 | 34 | 0 | 4 | 118 | 55 | 47 |
| Octal | 311 | 164 | 364 | 22 | 64 | 0 | 4 | 430 | 125 | 107 |
| Binary | 11001001 | 1110100 | 11110100 | 10010 | 110100 | 0 | 100 | 100011000 | 1010101 | 1000111 |
Color Harmonies of #C974F4
Complementary color
Monochromatic Colors of #C974F4
Black with #C974F4
Text Example
Text Example
White with #C974F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C974F4; }
p { color: rgb(201,116,244); }
H1.HeaderClassName
{
color: #C974F4;
}
.AnyTagClassName
{
color: #C974F4;
}
</style>
background-color css
<style>
a { background-color: #C974F4; }
a { background-color: rgb(201,116,244); }
div.DivClassName
{
background-color: #C974F4;
}
.BgClassName
{
background-color: #C974F4;
}
</style>
border-color css
<style>
span { border-color: #C974F4; }
span { border-color: rgb(201,116,244); }
td.TdClassName
{
border-color: #C974F4;
}
.TagClassName
{
border-color: #C974F4;
}
</style>