Shades of Dark Orchid #862FC0
Tints of Dark Orchid #862FC0
RGB
CMYK
RGB Variations
Color information
#862FC0 (or 0x862FC0) is known color: Dark Orchid. HEX triplet: 86, 2F and C0. RGB value is (134,47,192). Sum of RGB (Red+Green+Blue) = 134+47+192=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 47 (18.75% from 255 or 12.60% from 373); Blue value is 192 (75.39% from 255 or 51.47% from 373); Max value from RGB is 192 - color contains mainly: blue. Hex color #862FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862FC0 is #79D03F. Grayscale: #595959. Windows color (decimal): -7983168 or 12595078. OLE color: 12595078.
HSL color Cylindrical-coordinate representation of color #862FC0: hue angle of 276º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #862FC0 is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 47 | 192 | - |
| CMYK | 0.30 | 0.76 | 0 | 0.25 |
| HSL | 276º | 0.61% | 0.47% | - |
| HSV(B) | 276º | 0.76% | 0.75% | - |
| XYZ | 20.36 | 10.91 | 50.9 | - |
| YUV | 89.54 | 185.82 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 47 | 192 | 0.30 | 0.76 | 0 | 0.25 | 276 | 0.61 | 0.47 |
| Hex | 86 | 2F | C0 | 1E | 4C | 0 | 19 | 114 | 3D | 2F |
| Octal | 206 | 57 | 300 | 36 | 114 | 0 | 31 | 424 | 75 | 57 |
| Binary | 10000110 | 101111 | 11000000 | 11110 | 1001100 | 0 | 11001 | 100010100 | 111101 | 101111 |
Color Harmonies of #862FC0
Complementary color
Monochromatic Colors of #862FC0
Black with #862FC0
Text Example
Text Example
White with #862FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862FC0; }
p { color: rgb(134,47,192); }
H1.HeaderClassName
{
color: #862FC0;
}
.AnyTagClassName
{
color: #862FC0;
}
</style>
background-color css
<style>
a { background-color: #862FC0; }
a { background-color: rgb(134,47,192); }
div.DivClassName
{
background-color: #862FC0;
}
.BgClassName
{
background-color: #862FC0;
}
</style>
border-color css
<style>
span { border-color: #862FC0; }
span { border-color: rgb(134,47,192); }
td.TdClassName
{
border-color: #862FC0;
}
.TagClassName
{
border-color: #862FC0;
}
</style>