Shades of Heliotrope #C971FB
Tints of Heliotrope #C971FB
RGB
CMYK
RGB Variations
Color information
#C971FB (or 0xC971FB) is known color: Heliotrope. HEX triplet: C9, 71 and FB. RGB value is (201,113,251). Sum of RGB (Red+Green+Blue) = 201+113+251=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 113 (44.53% from 255 or 20% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #C971FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C971FB is #368E04. Grayscale: #9A9A9A. Windows color (decimal): -3575301 or 16478665. OLE color: 16478665.
HSL color Cylindrical-coordinate representation of color #C971FB: hue angle of 278.26º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C971FB is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 113 | 251 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.02 |
| HSL | 278.26º | 0.95% | 0.71% | - |
| HSV(B) | 278.26º | 0.55% | 0.98% | - |
| XYZ | 47.41 | 31.19 | 94.79 | - |
| YUV | 155.04 | 182.15 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 251 | 0.20 | 0.55 | 0 | 0.02 | 278.26 | 0.95 | 0.71 |
| Hex | C9 | 71 | FB | 14 | 37 | 0 | 2 | 116 | 5F | 47 |
| Octal | 311 | 161 | 373 | 24 | 67 | 0 | 2 | 426 | 137 | 107 |
| Binary | 11001001 | 1110001 | 11111011 | 10100 | 110111 | 0 | 10 | 100010110 | 1011111 | 1000111 |
Color Harmonies of #C971FB
Complementary color
Monochromatic Colors of #C971FB
Black with #C971FB
Text Example
Text Example
White with #C971FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C971FB; }
p { color: rgb(201,113,251); }
H1.HeaderClassName
{
color: #C971FB;
}
.AnyTagClassName
{
color: #C971FB;
}
</style>
background-color css
<style>
a { background-color: #C971FB; }
a { background-color: rgb(201,113,251); }
div.DivClassName
{
background-color: #C971FB;
}
.BgClassName
{
background-color: #C971FB;
}
</style>
border-color css
<style>
span { border-color: #C971FB; }
span { border-color: rgb(201,113,251); }
td.TdClassName
{
border-color: #C971FB;
}
.TagClassName
{
border-color: #C971FB;
}
</style>