Shades of Dark Orchid #863ACD
Tints of Dark Orchid #863ACD
RGB
CMYK
RGB Variations
Color information
#863ACD (or 0x863ACD) is known color: Dark Orchid. HEX triplet: 86, 3A and CD. RGB value is (134,58,205). Sum of RGB (Red+Green+Blue) = 134+58+205=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #863ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863ACD is #79C532. Grayscale: #606060. Windows color (decimal): -7980339 or 13449862. OLE color: 13449862.
HSL color Cylindrical-coordinate representation of color #863ACD: hue angle of 271.02º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #863ACD is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 58 | 205 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.20 |
| HSL | 271.02º | 0.6% | 0.52% | - |
| HSV(B) | 271.02º | 0.72% | 0.8% | - |
| XYZ | 22.36 | 12.5 | 58.99 | - |
| YUV | 97.48 | 188.68 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 58 | 205 | 0.35 | 0.72 | 0 | 0.20 | 271.02 | 0.6 | 0.52 |
| Hex | 86 | 3A | CD | 23 | 48 | 0 | 14 | 10F | 3C | 34 |
| Octal | 206 | 72 | 315 | 43 | 110 | 0 | 24 | 417 | 74 | 64 |
| Binary | 10000110 | 111010 | 11001101 | 100011 | 1001000 | 0 | 10100 | 100001111 | 111100 | 110100 |
Color Harmonies of #863ACD
Complementary color
Monochromatic Colors of #863ACD
Black with #863ACD
Text Example
Text Example
White with #863ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863ACD; }
p { color: rgb(134,58,205); }
H1.HeaderClassName
{
color: #863ACD;
}
.AnyTagClassName
{
color: #863ACD;
}
</style>
background-color css
<style>
a { background-color: #863ACD; }
a { background-color: rgb(134,58,205); }
div.DivClassName
{
background-color: #863ACD;
}
.BgClassName
{
background-color: #863ACD;
}
</style>
border-color css
<style>
span { border-color: #863ACD; }
span { border-color: rgb(134,58,205); }
td.TdClassName
{
border-color: #863ACD;
}
.TagClassName
{
border-color: #863ACD;
}
</style>