Shades of Dark Orchid #862DCC
Tints of Dark Orchid #862DCC
RGB
CMYK
RGB Variations
Color information
#862DCC (or 0x862DCC) is known color: Dark Orchid. HEX triplet: 86, 2D and CC. RGB value is (134,45,204). Sum of RGB (Red+Green+Blue) = 134+45+204=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #862DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862DCC is #79D233. Grayscale: #595959. Windows color (decimal): -7983668 or 13380998. OLE color: 13380998.
HSL color Cylindrical-coordinate representation of color #862DCC: hue angle of 273.58º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #862DCC is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 45 | 204 | - |
| CMYK | 0.34 | 0.78 | 0 | 0.2 |
| HSL | 273.58º | 0.64% | 0.49% | - |
| HSV(B) | 273.58º | 0.78% | 0.8% | - |
| XYZ | 21.67 | 11.3 | 58.17 | - |
| YUV | 89.74 | 192.49 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 204 | 0.34 | 0.78 | 0 | 0.2 | 273.58 | 0.64 | 0.49 |
| Hex | 86 | 2D | CC | 22 | 4E | 0 | 14 | 112 | 40 | 31 |
| Octal | 206 | 55 | 314 | 42 | 116 | 0 | 24 | 422 | 100 | 61 |
| Binary | 10000110 | 101101 | 11001100 | 100010 | 1001110 | 0 | 10100 | 100010010 | 1000000 | 110001 |
Color Harmonies of #862DCC
Complementary color
Monochromatic Colors of #862DCC
Black with #862DCC
Text Example
Text Example
White with #862DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862DCC; }
p { color: rgb(134,45,204); }
H1.HeaderClassName
{
color: #862DCC;
}
.AnyTagClassName
{
color: #862DCC;
}
</style>
background-color css
<style>
a { background-color: #862DCC; }
a { background-color: rgb(134,45,204); }
div.DivClassName
{
background-color: #862DCC;
}
.BgClassName
{
background-color: #862DCC;
}
</style>
border-color css
<style>
span { border-color: #862DCC; }
span { border-color: rgb(134,45,204); }
td.TdClassName
{
border-color: #862DCC;
}
.TagClassName
{
border-color: #862DCC;
}
</style>