Shades of Heliotrope #C979FB
Tints of Heliotrope #C979FB
RGB
CMYK
RGB Variations
Color information
#C979FB (or 0xC979FB) is known color: Heliotrope. HEX triplet: C9, 79 and FB. RGB value is (201,121,251). Sum of RGB (Red+Green+Blue) = 201+121+251=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 121 (47.66% from 255 or 21.12% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #C979FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C979FB is #368604. Grayscale: #9F9F9F. Windows color (decimal): -3573253 or 16480713. OLE color: 16480713.
HSL color Cylindrical-coordinate representation of color #C979FB: hue angle of 276.92º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C979FB is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 121 | 251 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.02 |
| HSL | 276.92º | 0.94% | 0.73% | - |
| HSV(B) | 276.92º | 0.52% | 0.98% | - |
| XYZ | 48.34 | 33.06 | 95.1 | - |
| YUV | 159.74 | 179.5 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 121 | 251 | 0.20 | 0.52 | 0 | 0.02 | 276.92 | 0.94 | 0.73 |
| Hex | C9 | 79 | FB | 14 | 34 | 0 | 2 | 115 | 5E | 49 |
| Octal | 311 | 171 | 373 | 24 | 64 | 0 | 2 | 425 | 136 | 111 |
| Binary | 11001001 | 1111001 | 11111011 | 10100 | 110100 | 0 | 10 | 100010101 | 1011110 | 1001001 |
Color Harmonies of #C979FB
Complementary color
Monochromatic Colors of #C979FB
Black with #C979FB
Text Example
Text Example
White with #C979FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C979FB; }
p { color: rgb(201,121,251); }
H1.HeaderClassName
{
color: #C979FB;
}
.AnyTagClassName
{
color: #C979FB;
}
</style>
background-color css
<style>
a { background-color: #C979FB; }
a { background-color: rgb(201,121,251); }
div.DivClassName
{
background-color: #C979FB;
}
.BgClassName
{
background-color: #C979FB;
}
</style>
border-color css
<style>
span { border-color: #C979FB; }
span { border-color: rgb(201,121,251); }
td.TdClassName
{
border-color: #C979FB;
}
.TagClassName
{
border-color: #C979FB;
}
</style>