Shades of Dark Orchid #863ECC
Tints of Dark Orchid #863ECC
RGB
CMYK
RGB Variations
Color information
#863ECC (or 0x863ECC) is known color: Dark Orchid. HEX triplet: 86, 3E and CC. RGB value is (134,62,204). Sum of RGB (Red+Green+Blue) = 134+62+204=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 62 (24.61% from 255 or 15.5% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #863ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863ECC is #79C133. Grayscale: #636363. Windows color (decimal): -7979316 or 13385350. OLE color: 13385350.
HSL color Cylindrical-coordinate representation of color #863ECC: hue angle of 270.42º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #863ECC is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 62 | 204 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.2 |
| HSL | 270.42º | 0.58% | 0.52% | - |
| HSV(B) | 270.42º | 0.7% | 0.8% | - |
| XYZ | 22.45 | 12.87 | 58.43 | - |
| YUV | 99.72 | 186.85 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 62 | 204 | 0.34 | 0.70 | 0 | 0.2 | 270.42 | 0.58 | 0.52 |
| Hex | 86 | 3E | CC | 22 | 46 | 0 | 14 | 10E | 3A | 34 |
| Octal | 206 | 76 | 314 | 42 | 106 | 0 | 24 | 416 | 72 | 64 |
| Binary | 10000110 | 111110 | 11001100 | 100010 | 1000110 | 0 | 10100 | 100001110 | 111010 | 110100 |
Color Harmonies of #863ECC
Complementary color
Monochromatic Colors of #863ECC
Black with #863ECC
Text Example
Text Example
White with #863ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863ECC; }
p { color: rgb(134,62,204); }
H1.HeaderClassName
{
color: #863ECC;
}
.AnyTagClassName
{
color: #863ECC;
}
</style>
background-color css
<style>
a { background-color: #863ECC; }
a { background-color: rgb(134,62,204); }
div.DivClassName
{
background-color: #863ECC;
}
.BgClassName
{
background-color: #863ECC;
}
</style>
border-color css
<style>
span { border-color: #863ECC; }
span { border-color: rgb(134,62,204); }
td.TdClassName
{
border-color: #863ECC;
}
.TagClassName
{
border-color: #863ECC;
}
</style>