Shades of Heliotrope #C872EB
Tints of Heliotrope #C872EB
RGB
CMYK
RGB Variations
Color information
#C872EB (or 0xC872EB) is known color: Heliotrope. HEX triplet: C8, 72 and EB. RGB value is (200,114,235). Sum of RGB (Red+Green+Blue) = 200+114+235=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 114 (44.92% from 255 or 20.77% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #C872EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C872EB is #378D14. Grayscale: #999999. Windows color (decimal): -3640597 or 15430344. OLE color: 15430344.
HSL color Cylindrical-coordinate representation of color #C872EB: hue angle of 282.64º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C872EB is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 114 | 235 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.08 |
| HSL | 282.64º | 0.75% | 0.68% | - |
| HSV(B) | 282.64º | 0.51% | 0.92% | - |
| XYZ | 44.83 | 30.31 | 82.09 | - |
| YUV | 153.51 | 173.99 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 235 | 0.15 | 0.51 | 0 | 0.08 | 282.64 | 0.75 | 0.68 |
| Hex | C8 | 72 | EB | F | 33 | 0 | 8 | 11B | 4B | 44 |
| Octal | 310 | 162 | 353 | 17 | 63 | 0 | 10 | 433 | 113 | 104 |
| Binary | 11001000 | 1110010 | 11101011 | 1111 | 110011 | 0 | 1000 | 100011011 | 1001011 | 1000100 |
Color Harmonies of #C872EB
Complementary color
Monochromatic Colors of #C872EB
Black with #C872EB
Text Example
Text Example
White with #C872EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C872EB; }
p { color: rgb(200,114,235); }
H1.HeaderClassName
{
color: #C872EB;
}
.AnyTagClassName
{
color: #C872EB;
}
</style>
background-color css
<style>
a { background-color: #C872EB; }
a { background-color: rgb(200,114,235); }
div.DivClassName
{
background-color: #C872EB;
}
.BgClassName
{
background-color: #C872EB;
}
</style>
border-color css
<style>
span { border-color: #C872EB; }
span { border-color: rgb(200,114,235); }
td.TdClassName
{
border-color: #C872EB;
}
.TagClassName
{
border-color: #C872EB;
}
</style>