Shades of Dark Orchid #863CCF
Tints of Dark Orchid #863CCF
RGB
CMYK
RGB Variations
Color information
#863CCF (or 0x863CCF) is known color: Dark Orchid. HEX triplet: 86, 3C and CF. RGB value is (134,60,207). Sum of RGB (Red+Green+Blue) = 134+60+207=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #863CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863CCF is #79C330. Grayscale: #626262. Windows color (decimal): -7979825 or 13581446. OLE color: 13581446.
HSL color Cylindrical-coordinate representation of color #863CCF: hue angle of 270.2º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #863CCF is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 60 | 207 | - |
| CMYK | 0.35 | 0.71 | 0 | 0.19 |
| HSL | 270.2º | 0.6% | 0.52% | - |
| HSV(B) | 270.2º | 0.71% | 0.81% | - |
| XYZ | 22.71 | 12.81 | 60.31 | - |
| YUV | 98.88 | 189.02 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 207 | 0.35 | 0.71 | 0 | 0.19 | 270.2 | 0.6 | 0.52 |
| Hex | 86 | 3C | CF | 23 | 47 | 0 | 13 | 10E | 3C | 34 |
| Octal | 206 | 74 | 317 | 43 | 107 | 0 | 23 | 416 | 74 | 64 |
| Binary | 10000110 | 111100 | 11001111 | 100011 | 1000111 | 0 | 10011 | 100001110 | 111100 | 110100 |
Color Harmonies of #863CCF
Complementary color
Monochromatic Colors of #863CCF
Black with #863CCF
Text Example
Text Example
White with #863CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863CCF; }
p { color: rgb(134,60,207); }
H1.HeaderClassName
{
color: #863CCF;
}
.AnyTagClassName
{
color: #863CCF;
}
</style>
background-color css
<style>
a { background-color: #863CCF; }
a { background-color: rgb(134,60,207); }
div.DivClassName
{
background-color: #863CCF;
}
.BgClassName
{
background-color: #863CCF;
}
</style>
border-color css
<style>
span { border-color: #863CCF; }
span { border-color: rgb(134,60,207); }
td.TdClassName
{
border-color: #863CCF;
}
.TagClassName
{
border-color: #863CCF;
}
</style>