Shades of Heliotrope #C979FD
Tints of Heliotrope #C979FD
RGB
CMYK
RGB Variations
Color information
#C979FD (or 0xC979FD) is known color: Heliotrope. HEX triplet: C9, 79 and FD. RGB value is (201,121,253). Sum of RGB (Red+Green+Blue) = 201+121+253=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 121 (47.66% from 255 or 21.04% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #C979FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C979FD is #368602. Grayscale: #9F9F9F. Windows color (decimal): -3573251 or 16611785. OLE color: 16611785.
HSL color Cylindrical-coordinate representation of color #C979FD: hue angle of 276.36º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C979FD is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 121 | 253 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.01 |
| HSL | 276.36º | 0.97% | 0.73% | - |
| HSV(B) | 276.36º | 0.52% | 0.99% | - |
| XYZ | 48.65 | 33.18 | 96.77 | - |
| YUV | 159.97 | 180.5 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 121 | 253 | 0.21 | 0.52 | 0 | 0.01 | 276.36 | 0.97 | 0.73 |
| Hex | C9 | 79 | FD | 15 | 34 | 0 | 1 | 114 | 61 | 49 |
| Octal | 311 | 171 | 375 | 25 | 64 | 0 | 1 | 424 | 141 | 111 |
| Binary | 11001001 | 1111001 | 11111101 | 10101 | 110100 | 0 | 1 | 100010100 | 1100001 | 1001001 |
Color Harmonies of #C979FD
Complementary color
Monochromatic Colors of #C979FD
Black with #C979FD
Text Example
Text Example
White with #C979FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C979FD; }
p { color: rgb(201,121,253); }
H1.HeaderClassName
{
color: #C979FD;
}
.AnyTagClassName
{
color: #C979FD;
}
</style>
background-color css
<style>
a { background-color: #C979FD; }
a { background-color: rgb(201,121,253); }
div.DivClassName
{
background-color: #C979FD;
}
.BgClassName
{
background-color: #C979FD;
}
</style>
border-color css
<style>
span { border-color: #C979FD; }
span { border-color: rgb(201,121,253); }
td.TdClassName
{
border-color: #C979FD;
}
.TagClassName
{
border-color: #C979FD;
}
</style>