Shades of Dark Orchid #862EC7
Tints of Dark Orchid #862EC7
RGB
CMYK
RGB Variations
Color information
#862EC7 (or 0x862EC7) is known color: Dark Orchid. HEX triplet: 86, 2E and C7. RGB value is (134,46,199). Sum of RGB (Red+Green+Blue) = 134+46+199=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 46 (18.36% from 255 or 12.14% from 379); Blue value is 199 (78.12% from 255 or 52.51% from 379); Max value from RGB is 199 - color contains mainly: blue. Hex color #862EC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862EC7 is #79D138. Grayscale: #595959. Windows color (decimal): -7983417 or 13053574. OLE color: 13053574.
HSL color Cylindrical-coordinate representation of color #862EC7: hue angle of 274.51º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #862EC7 is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 46 | 199 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.22 |
| HSL | 274.51º | 0.62% | 0.48% | - |
| HSV(B) | 274.51º | 0.77% | 0.78% | - |
| XYZ | 21.12 | 11.15 | 55.07 | - |
| YUV | 89.75 | 189.65 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 46 | 199 | 0.33 | 0.77 | 0 | 0.22 | 274.51 | 0.62 | 0.48 |
| Hex | 86 | 2E | C7 | 21 | 4D | 0 | 16 | 113 | 3E | 30 |
| Octal | 206 | 56 | 307 | 41 | 115 | 0 | 26 | 423 | 76 | 60 |
| Binary | 10000110 | 101110 | 11000111 | 100001 | 1001101 | 0 | 10110 | 100010011 | 111110 | 110000 |
Color Harmonies of #862EC7
Complementary color
Monochromatic Colors of #862EC7
Black with #862EC7
Text Example
Text Example
White with #862EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862EC7; }
p { color: rgb(134,46,199); }
H1.HeaderClassName
{
color: #862EC7;
}
.AnyTagClassName
{
color: #862EC7;
}
</style>
background-color css
<style>
a { background-color: #862EC7; }
a { background-color: rgb(134,46,199); }
div.DivClassName
{
background-color: #862EC7;
}
.BgClassName
{
background-color: #862EC7;
}
</style>
border-color css
<style>
span { border-color: #862EC7; }
span { border-color: rgb(134,46,199); }
td.TdClassName
{
border-color: #862EC7;
}
.TagClassName
{
border-color: #862EC7;
}
</style>