Shades of Heliotrope #C872EC
Tints of Heliotrope #C872EC
RGB
CMYK
RGB Variations
Color information
#C872EC (or 0xC872EC) is known color: Heliotrope. HEX triplet: C8, 72 and EC. RGB value is (200,114,236). Sum of RGB (Red+Green+Blue) = 200+114+236=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 114 (44.92% from 255 or 20.73% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #C872EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C872EC is #378D13. Grayscale: #999999. Windows color (decimal): -3640596 or 15495880. OLE color: 15495880.
HSL color Cylindrical-coordinate representation of color #C872EC: hue angle of 282.3º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C872EC is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 114 | 236 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.07 |
| HSL | 282.3º | 0.76% | 0.69% | - |
| HSV(B) | 282.3º | 0.52% | 0.93% | - |
| XYZ | 44.98 | 30.37 | 82.85 | - |
| YUV | 153.62 | 174.49 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 236 | 0.15 | 0.52 | 0 | 0.07 | 282.3 | 0.76 | 0.69 |
| Hex | C8 | 72 | EC | F | 34 | 0 | 7 | 11A | 4C | 45 |
| Octal | 310 | 162 | 354 | 17 | 64 | 0 | 7 | 432 | 114 | 105 |
| Binary | 11001000 | 1110010 | 11101100 | 1111 | 110100 | 0 | 111 | 100011010 | 1001100 | 1000101 |
Color Harmonies of #C872EC
Complementary color
Monochromatic Colors of #C872EC
Black with #C872EC
Text Example
Text Example
White with #C872EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C872EC; }
p { color: rgb(200,114,236); }
H1.HeaderClassName
{
color: #C872EC;
}
.AnyTagClassName
{
color: #C872EC;
}
</style>
background-color css
<style>
a { background-color: #C872EC; }
a { background-color: rgb(200,114,236); }
div.DivClassName
{
background-color: #C872EC;
}
.BgClassName
{
background-color: #C872EC;
}
</style>
border-color css
<style>
span { border-color: #C872EC; }
span { border-color: rgb(200,114,236); }
td.TdClassName
{
border-color: #C872EC;
}
.TagClassName
{
border-color: #C872EC;
}
</style>