Shades of Heliotrope #C87CFC
Tints of Heliotrope #C87CFC
RGB
CMYK
RGB Variations
Color information
#C87CFC (or 0xC87CFC) is known color: Heliotrope. HEX triplet: C8, 7C and FC. RGB value is (200,124,252). Sum of RGB (Red+Green+Blue) = 200+124+252=576 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.72% from 576); Green value is 124 (48.83% from 255 or 21.53% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #C87CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C87CFC is #378303. Grayscale: #A0A0A0. Windows color (decimal): -3638020 or 16547016. OLE color: 16547016.
HSL color Cylindrical-coordinate representation of color #C87CFC: hue angle of 275.62º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C87CFC is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 124 | 252 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.01 |
| HSL | 275.63º | 0.96% | 0.74% | - |
| HSV(B) | 275.63º | 0.51% | 0.99% | - |
| XYZ | 48.6 | 33.72 | 96.04 | - |
| YUV | 161.32 | 179.18 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 252 | 0.21 | 0.51 | 0 | 0.01 | 275.63 | 0.96 | 0.74 |
| Hex | C8 | 7C | FC | 15 | 33 | 0 | 1 | 114 | 60 | 4A |
| Octal | 310 | 174 | 374 | 25 | 63 | 0 | 1 | 424 | 140 | 112 |
| Binary | 11001000 | 1111100 | 11111100 | 10101 | 110011 | 0 | 1 | 100010100 | 1100000 | 1001010 |
Color Harmonies of #C87CFC
Complementary color
Monochromatic Colors of #C87CFC
Black with #C87CFC
Text Example
Text Example
White with #C87CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87CFC; }
p { color: rgb(200,124,252); }
H1.HeaderClassName
{
color: #C87CFC;
}
.AnyTagClassName
{
color: #C87CFC;
}
</style>
background-color css
<style>
a { background-color: #C87CFC; }
a { background-color: rgb(200,124,252); }
div.DivClassName
{
background-color: #C87CFC;
}
.BgClassName
{
background-color: #C87CFC;
}
</style>
border-color css
<style>
span { border-color: #C87CFC; }
span { border-color: rgb(200,124,252); }
td.TdClassName
{
border-color: #C87CFC;
}
.TagClassName
{
border-color: #C87CFC;
}
</style>