Shades of Heliotrope #C971FD
Tints of Heliotrope #C971FD
RGB
CMYK
RGB Variations
Color information
#C971FD (or 0xC971FD) is known color: Heliotrope. HEX triplet: C9, 71 and FD. RGB value is (201,113,253). Sum of RGB (Red+Green+Blue) = 201+113+253=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 113 (44.53% from 255 or 19.93% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #C971FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C971FD is #368E02. Grayscale: #9A9A9A. Windows color (decimal): -3575299 or 16609737. OLE color: 16609737.
HSL color Cylindrical-coordinate representation of color #C971FD: hue angle of 277.71º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C971FD is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 113 | 253 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.01 |
| HSL | 277.71º | 0.97% | 0.72% | - |
| HSV(B) | 277.71º | 0.55% | 0.99% | - |
| XYZ | 47.72 | 31.32 | 96.46 | - |
| YUV | 155.27 | 183.15 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 253 | 0.21 | 0.55 | 0 | 0.01 | 277.71 | 0.97 | 0.72 |
| Hex | C9 | 71 | FD | 15 | 37 | 0 | 1 | 116 | 61 | 48 |
| Octal | 311 | 161 | 375 | 25 | 67 | 0 | 1 | 426 | 141 | 110 |
| Binary | 11001001 | 1110001 | 11111101 | 10101 | 110111 | 0 | 1 | 100010110 | 1100001 | 1001000 |
Color Harmonies of #C971FD
Complementary color
Monochromatic Colors of #C971FD
Black with #C971FD
Text Example
Text Example
White with #C971FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C971FD; }
p { color: rgb(201,113,253); }
H1.HeaderClassName
{
color: #C971FD;
}
.AnyTagClassName
{
color: #C971FD;
}
</style>
background-color css
<style>
a { background-color: #C971FD; }
a { background-color: rgb(201,113,253); }
div.DivClassName
{
background-color: #C971FD;
}
.BgClassName
{
background-color: #C971FD;
}
</style>
border-color css
<style>
span { border-color: #C971FD; }
span { border-color: rgb(201,113,253); }
td.TdClassName
{
border-color: #C971FD;
}
.TagClassName
{
border-color: #C971FD;
}
</style>