Shades of Heliotrope #C973FB
Tints of Heliotrope #C973FB
RGB
CMYK
RGB Variations
Color information
#C973FB (or 0xC973FB) is known color: Heliotrope. HEX triplet: C9, 73 and FB. RGB value is (201,115,251). Sum of RGB (Red+Green+Blue) = 201+115+251=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 115 (45.31% from 255 or 20.28% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #C973FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C973FB is #368C04. Grayscale: #9B9B9B. Windows color (decimal): -3574789 or 16479177. OLE color: 16479177.
HSL color Cylindrical-coordinate representation of color #C973FB: hue angle of 277.94º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C973FB is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 115 | 251 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.02 |
| HSL | 277.94º | 0.94% | 0.72% | - |
| HSV(B) | 277.94º | 0.54% | 0.98% | - |
| XYZ | 47.63 | 31.64 | 94.86 | - |
| YUV | 156.22 | 181.49 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 251 | 0.20 | 0.54 | 0 | 0.02 | 277.94 | 0.94 | 0.72 |
| Hex | C9 | 73 | FB | 14 | 36 | 0 | 2 | 116 | 5E | 48 |
| Octal | 311 | 163 | 373 | 24 | 66 | 0 | 2 | 426 | 136 | 110 |
| Binary | 11001001 | 1110011 | 11111011 | 10100 | 110110 | 0 | 10 | 100010110 | 1011110 | 1001000 |
Color Harmonies of #C973FB
Complementary color
Monochromatic Colors of #C973FB
Black with #C973FB
Text Example
Text Example
White with #C973FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C973FB; }
p { color: rgb(201,115,251); }
H1.HeaderClassName
{
color: #C973FB;
}
.AnyTagClassName
{
color: #C973FB;
}
</style>
background-color css
<style>
a { background-color: #C973FB; }
a { background-color: rgb(201,115,251); }
div.DivClassName
{
background-color: #C973FB;
}
.BgClassName
{
background-color: #C973FB;
}
</style>
border-color css
<style>
span { border-color: #C973FB; }
span { border-color: rgb(201,115,251); }
td.TdClassName
{
border-color: #C973FB;
}
.TagClassName
{
border-color: #C973FB;
}
</style>