Shades of Heliotrope #C972F9
Tints of Heliotrope #C972F9
RGB
CMYK
RGB Variations
Color information
#C972F9 (or 0xC972F9) is known color: Heliotrope. HEX triplet: C9, 72 and F9. RGB value is (201,114,249). Sum of RGB (Red+Green+Blue) = 201+114+249=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 114 (44.92% from 255 or 20.21% from 564); Blue value is 249 (97.66% from 255 or 44.15% from 564); Max value from RGB is 249 - color contains mainly: blue. Hex color #C972F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C972F9 is #368D06. Grayscale: #9A9A9A. Windows color (decimal): -3575047 or 16347849. OLE color: 16347849.
HSL color Cylindrical-coordinate representation of color #C972F9: hue angle of 278.67º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C972F9 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 114 | 249 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.02 |
| HSL | 278.67º | 0.92% | 0.71% | - |
| HSV(B) | 278.67º | 0.54% | 0.98% | - |
| XYZ | 47.2 | 31.29 | 93.17 | - |
| YUV | 155.4 | 180.82 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 249 | 0.19 | 0.54 | 0 | 0.02 | 278.67 | 0.92 | 0.71 |
| Hex | C9 | 72 | F9 | 13 | 36 | 0 | 2 | 117 | 5C | 47 |
| Octal | 311 | 162 | 371 | 23 | 66 | 0 | 2 | 427 | 134 | 107 |
| Binary | 11001001 | 1110010 | 11111001 | 10011 | 110110 | 0 | 10 | 100010111 | 1011100 | 1000111 |
Color Harmonies of #C972F9
Complementary color
Monochromatic Colors of #C972F9
Black with #C972F9
Text Example
Text Example
White with #C972F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C972F9; }
p { color: rgb(201,114,249); }
H1.HeaderClassName
{
color: #C972F9;
}
.AnyTagClassName
{
color: #C972F9;
}
</style>
background-color css
<style>
a { background-color: #C972F9; }
a { background-color: rgb(201,114,249); }
div.DivClassName
{
background-color: #C972F9;
}
.BgClassName
{
background-color: #C972F9;
}
</style>
border-color css
<style>
span { border-color: #C972F9; }
span { border-color: rgb(201,114,249); }
td.TdClassName
{
border-color: #C972F9;
}
.TagClassName
{
border-color: #C972F9;
}
</style>