Shades of Heliotrope #C979FF
Tints of Heliotrope #C979FF
RGB
CMYK
RGB Variations
Color information
#C979FF (or 0xC979FF) is known color: Heliotrope. HEX triplet: C9, 79 and FF. RGB value is (201,121,255). Sum of RGB (Red+Green+Blue) = 201+121+255=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 121 (47.66% from 255 or 20.97% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #C979FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C979FF is #368600. Grayscale: #9F9F9F. Windows color (decimal): -3573249 or 16742857. OLE color: 16742857.
HSL color Cylindrical-coordinate representation of color #C979FF: hue angle of 275.82º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C979FF is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 121 | 255 | - |
| CMYK | 0.21 | 0.53 | 0 | 0 |
| HSL | 275.82º | 1% | 0.74% | - |
| HSV(B) | 275.82º | 0.53% | 1% | - |
| XYZ | 48.97 | 33.31 | 98.46 | - |
| YUV | 160.2 | 181.5 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 121 | 255 | 0.21 | 0.53 | 0 | 0 | 275.82 | 1 | 0.74 |
| Hex | C9 | 79 | FF | 15 | 35 | 0 | 0 | 114 | 64 | 4A |
| Octal | 311 | 171 | 377 | 25 | 65 | 0 | 0 | 424 | 144 | 112 |
| Binary | 11001001 | 1111001 | 11111111 | 10101 | 110101 | 0 | 0 | 100010100 | 1100100 | 1001010 |
Color Harmonies of #C979FF
Complementary color
Monochromatic Colors of #C979FF
Black with #C979FF
Text Example
Text Example
White with #C979FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C979FF; }
p { color: rgb(201,121,255); }
H1.HeaderClassName
{
color: #C979FF;
}
.AnyTagClassName
{
color: #C979FF;
}
</style>
background-color css
<style>
a { background-color: #C979FF; }
a { background-color: rgb(201,121,255); }
div.DivClassName
{
background-color: #C979FF;
}
.BgClassName
{
background-color: #C979FF;
}
</style>
border-color css
<style>
span { border-color: #C979FF; }
span { border-color: rgb(201,121,255); }
td.TdClassName
{
border-color: #C979FF;
}
.TagClassName
{
border-color: #C979FF;
}
</style>