Shades of Heliotrope #C972F1
Tints of Heliotrope #C972F1
RGB
CMYK
RGB Variations
Color information
#C972F1 (or 0xC972F1) is known color: Heliotrope. HEX triplet: C9, 72 and F1. RGB value is (201,114,241). Sum of RGB (Red+Green+Blue) = 201+114+241=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 114 (44.92% from 255 or 20.50% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #C972F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C972F1 is #368D0E. Grayscale: #9A9A9A. Windows color (decimal): -3575055 or 15823561. OLE color: 15823561.
HSL color Cylindrical-coordinate representation of color #C972F1: hue angle of 281.1º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C972F1 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 114 | 241 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.05 |
| HSL | 281.1º | 0.82% | 0.7% | - |
| HSV(B) | 281.1º | 0.53% | 0.95% | - |
| XYZ | 45.98 | 30.8 | 86.74 | - |
| YUV | 154.49 | 176.82 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 241 | 0.17 | 0.53 | 0 | 0.05 | 281.1 | 0.82 | 0.7 |
| Hex | C9 | 72 | F1 | 11 | 35 | 0 | 5 | 119 | 52 | 46 |
| Octal | 311 | 162 | 361 | 21 | 65 | 0 | 5 | 431 | 122 | 106 |
| Binary | 11001001 | 1110010 | 11110001 | 10001 | 110101 | 0 | 101 | 100011001 | 1010010 | 1000110 |
Color Harmonies of #C972F1
Complementary color
Monochromatic Colors of #C972F1
Black with #C972F1
Text Example
Text Example
White with #C972F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C972F1; }
p { color: rgb(201,114,241); }
H1.HeaderClassName
{
color: #C972F1;
}
.AnyTagClassName
{
color: #C972F1;
}
</style>
background-color css
<style>
a { background-color: #C972F1; }
a { background-color: rgb(201,114,241); }
div.DivClassName
{
background-color: #C972F1;
}
.BgClassName
{
background-color: #C972F1;
}
</style>
border-color css
<style>
span { border-color: #C972F1; }
span { border-color: rgb(201,114,241); }
td.TdClassName
{
border-color: #C972F1;
}
.TagClassName
{
border-color: #C972F1;
}
</style>