Shades of Dark Orchid #863CC5
Tints of Dark Orchid #863CC5
RGB
CMYK
RGB Variations
Color information
#863CC5 (or 0x863CC5) is known color: Dark Orchid. HEX triplet: 86, 3C and C5. RGB value is (134,60,197). Sum of RGB (Red+Green+Blue) = 134+60+197=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 197 (77.34% from 255 or 50.38% from 391); Max value from RGB is 197 - color contains mainly: blue. Hex color #863CC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863CC5 is #79C33A. Grayscale: #616161. Windows color (decimal): -7979835 or 12926086. OLE color: 12926086.
HSL color Cylindrical-coordinate representation of color #863CC5: hue angle of 272.41º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #863CC5 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 134 | 60 | 197 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.23 |
| HSL | 272.41º | 0.54% | 0.5% | - |
| HSV(B) | 272.41º | 0.7% | 0.77% | - |
| XYZ | 21.53 | 12.33 | 54.07 | - |
| YUV | 97.74 | 184.02 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 197 | 0.32 | 0.70 | 0 | 0.23 | 272.41 | 0.54 | 0.5 |
| Hex | 86 | 3C | C5 | 20 | 46 | 0 | 17 | 110 | 36 | 32 |
| Octal | 206 | 74 | 305 | 40 | 106 | 0 | 27 | 420 | 66 | 62 |
| Binary | 10000110 | 111100 | 11000101 | 100000 | 1000110 | 0 | 10111 | 100010000 | 110110 | 110010 |
Color Harmonies of #863CC5
Complementary color
Monochromatic Colors of #863CC5
Black with #863CC5
Text Example
Text Example
White with #863CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863CC5; }
p { color: rgb(134,60,197); }
H1.HeaderClassName
{
color: #863CC5;
}
.AnyTagClassName
{
color: #863CC5;
}
</style>
background-color css
<style>
a { background-color: #863CC5; }
a { background-color: rgb(134,60,197); }
div.DivClassName
{
background-color: #863CC5;
}
.BgClassName
{
background-color: #863CC5;
}
</style>
border-color css
<style>
span { border-color: #863CC5; }
span { border-color: rgb(134,60,197); }
td.TdClassName
{
border-color: #863CC5;
}
.TagClassName
{
border-color: #863CC5;
}
</style>