Shades of Dark Orchid #863DCF
Tints of Dark Orchid #863DCF
RGB
CMYK
RGB Variations
Color information
#863DCF (or 0x863DCF) is known color: Dark Orchid. HEX triplet: 86, 3D and CF. RGB value is (134,61,207). Sum of RGB (Red+Green+Blue) = 134+61+207=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 61 (24.22% from 255 or 15.17% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #863DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863DCF is #79C230. Grayscale: #626262. Windows color (decimal): -7979569 or 13581702. OLE color: 13581702.
HSL color Cylindrical-coordinate representation of color #863DCF: hue angle of 270º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #863DCF is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 61 | 207 | - |
| CMYK | 0.35 | 0.71 | 0 | 0.19 |
| HSL | 270º | 0.6% | 0.53% | - |
| HSV(B) | 270º | 0.71% | 0.81% | - |
| XYZ | 22.76 | 12.91 | 60.32 | - |
| YUV | 99.47 | 188.68 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 61 | 207 | 0.35 | 0.71 | 0 | 0.19 | 270 | 0.6 | 0.53 |
| Hex | 86 | 3D | CF | 23 | 47 | 0 | 13 | 10E | 3C | 35 |
| Octal | 206 | 75 | 317 | 43 | 107 | 0 | 23 | 416 | 74 | 65 |
| Binary | 10000110 | 111101 | 11001111 | 100011 | 1000111 | 0 | 10011 | 100001110 | 111100 | 110101 |
Color Harmonies of #863DCF
Complementary color
Monochromatic Colors of #863DCF
Black with #863DCF
Text Example
Text Example
White with #863DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863DCF; }
p { color: rgb(134,61,207); }
H1.HeaderClassName
{
color: #863DCF;
}
.AnyTagClassName
{
color: #863DCF;
}
</style>
background-color css
<style>
a { background-color: #863DCF; }
a { background-color: rgb(134,61,207); }
div.DivClassName
{
background-color: #863DCF;
}
.BgClassName
{
background-color: #863DCF;
}
</style>
border-color css
<style>
span { border-color: #863DCF; }
span { border-color: rgb(134,61,207); }
td.TdClassName
{
border-color: #863DCF;
}
.TagClassName
{
border-color: #863DCF;
}
</style>