Shades of Heliotrope #C879FC
Tints of Heliotrope #C879FC
RGB
CMYK
RGB Variations
Color information
#C879FC (or 0xC879FC) is known color: Heliotrope. HEX triplet: C8, 79 and FC. RGB value is (200,121,252). Sum of RGB (Red+Green+Blue) = 200+121+252=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 121 (47.66% from 255 or 21.12% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #C879FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C879FC is #378603. Grayscale: #9F9F9F. Windows color (decimal): -3638788 or 16546248. OLE color: 16546248.
HSL color Cylindrical-coordinate representation of color #C879FC: hue angle of 276.18º degrees, saturation: 0.96, 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 #C879FC is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 121 | 252 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.01 |
| HSL | 276.18º | 0.96% | 0.73% | - |
| HSV(B) | 276.18º | 0.52% | 0.99% | - |
| XYZ | 48.23 | 32.98 | 95.92 | - |
| YUV | 159.56 | 180.17 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 121 | 252 | 0.21 | 0.52 | 0 | 0.01 | 276.18 | 0.96 | 0.73 |
| Hex | C8 | 79 | FC | 15 | 34 | 0 | 1 | 114 | 60 | 49 |
| Octal | 310 | 171 | 374 | 25 | 64 | 0 | 1 | 424 | 140 | 111 |
| Binary | 11001000 | 1111001 | 11111100 | 10101 | 110100 | 0 | 1 | 100010100 | 1100000 | 1001001 |
Color Harmonies of #C879FC
Complementary color
Monochromatic Colors of #C879FC
Black with #C879FC
Text Example
Text Example
White with #C879FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C879FC; }
p { color: rgb(200,121,252); }
H1.HeaderClassName
{
color: #C879FC;
}
.AnyTagClassName
{
color: #C879FC;
}
</style>
background-color css
<style>
a { background-color: #C879FC; }
a { background-color: rgb(200,121,252); }
div.DivClassName
{
background-color: #C879FC;
}
.BgClassName
{
background-color: #C879FC;
}
</style>
border-color css
<style>
span { border-color: #C879FC; }
span { border-color: rgb(200,121,252); }
td.TdClassName
{
border-color: #C879FC;
}
.TagClassName
{
border-color: #C879FC;
}
</style>