Shades of Heliotrope #C974EA
Tints of Heliotrope #C974EA
RGB
CMYK
RGB Variations
Color information
#C974EA (or 0xC974EA) is known color: Heliotrope. HEX triplet: C9, 74 and EA. RGB value is (201,116,234). Sum of RGB (Red+Green+Blue) = 201+116+234=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 116 (45.70% from 255 or 21.05% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #C974EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C974EA is #368B15. Grayscale: #9A9A9A. Windows color (decimal): -3574550 or 15365321. OLE color: 15365321.
HSL color Cylindrical-coordinate representation of color #C974EA: hue angle of 283.22º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C974EA is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 116 | 234 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.08 |
| HSL | 283.22º | 0.74% | 0.69% | - |
| HSV(B) | 283.22º | 0.5% | 0.92% | - |
| XYZ | 45.18 | 30.85 | 81.41 | - |
| YUV | 154.87 | 172.66 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 234 | 0.14 | 0.50 | 0 | 0.08 | 283.22 | 0.74 | 0.69 |
| Hex | C9 | 74 | EA | E | 32 | 0 | 8 | 11B | 4A | 45 |
| Octal | 311 | 164 | 352 | 16 | 62 | 0 | 10 | 433 | 112 | 105 |
| Binary | 11001001 | 1110100 | 11101010 | 1110 | 110010 | 0 | 1000 | 100011011 | 1001010 | 1000101 |
Color Harmonies of #C974EA
Complementary color
Monochromatic Colors of #C974EA
Black with #C974EA
Text Example
Text Example
White with #C974EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C974EA; }
p { color: rgb(201,116,234); }
H1.HeaderClassName
{
color: #C974EA;
}
.AnyTagClassName
{
color: #C974EA;
}
</style>
background-color css
<style>
a { background-color: #C974EA; }
a { background-color: rgb(201,116,234); }
div.DivClassName
{
background-color: #C974EA;
}
.BgClassName
{
background-color: #C974EA;
}
</style>
border-color css
<style>
span { border-color: #C974EA; }
span { border-color: rgb(201,116,234); }
td.TdClassName
{
border-color: #C974EA;
}
.TagClassName
{
border-color: #C974EA;
}
</style>