Shades of Heliotrope #C878F2
Tints of Heliotrope #C878F2
RGB
CMYK
RGB Variations
Color information
#C878F2 (or 0xC878F2) is known color: Heliotrope. HEX triplet: C8, 78 and F2. RGB value is (200,120,242). Sum of RGB (Red+Green+Blue) = 200+120+242=562 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.59% from 562); Green value is 120 (47.27% from 255 or 21.35% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #C878F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C878F2 is #37870D. Grayscale: #9D9D9D. Windows color (decimal): -3639054 or 15890632. OLE color: 15890632.
HSL color Cylindrical-coordinate representation of color #C878F2: hue angle of 279.34º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C878F2 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 120 | 242 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.05 |
| HSL | 279.34º | 0.82% | 0.71% | - |
| HSV(B) | 279.34º | 0.5% | 0.95% | - |
| XYZ | 46.56 | 32.12 | 87.75 | - |
| YUV | 157.83 | 175.5 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 242 | 0.17 | 0.50 | 0 | 0.05 | 279.34 | 0.82 | 0.71 |
| Hex | C8 | 78 | F2 | 11 | 32 | 0 | 5 | 117 | 52 | 47 |
| Octal | 310 | 170 | 362 | 21 | 62 | 0 | 5 | 427 | 122 | 107 |
| Binary | 11001000 | 1111000 | 11110010 | 10001 | 110010 | 0 | 101 | 100010111 | 1010010 | 1000111 |
Color Harmonies of #C878F2
Complementary color
Monochromatic Colors of #C878F2
Black with #C878F2
Text Example
Text Example
White with #C878F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C878F2; }
p { color: rgb(200,120,242); }
H1.HeaderClassName
{
color: #C878F2;
}
.AnyTagClassName
{
color: #C878F2;
}
</style>
background-color css
<style>
a { background-color: #C878F2; }
a { background-color: rgb(200,120,242); }
div.DivClassName
{
background-color: #C878F2;
}
.BgClassName
{
background-color: #C878F2;
}
</style>
border-color css
<style>
span { border-color: #C878F2; }
span { border-color: rgb(200,120,242); }
td.TdClassName
{
border-color: #C878F2;
}
.TagClassName
{
border-color: #C878F2;
}
</style>