#863CBF

Color #863CBF Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #863CBF

Tints of Dark Orchid #863CBF

Color information

#863CBF (or 0x863CBF) is unknown color: approx Dark Orchid. HEX triplet: 86, 3C and BF. RGB value is (134,60,191). Sum of RGB (Red+Green+Blue) = 134+60+191=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #863CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863CBF is #79C340. Grayscale: #606060. Windows color (decimal): -7979841 or 12532870. OLE color: 12532870.

HSL color Cylindrical-coordinate representation of color #863CBF: hue angle of 273.89º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #863CBF is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13460191-
CMYK0.300.6900.25
HSL273.89º52.19%49.22%-
HSV(B)273.89º68.59%74.9%-
XYZ20.8512.0650.52-
YUV97.06181.02154.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 34.81%
GREEN value IS 60 (23.83% from 255) = 15.58%
BLUE value IS 191 (75% from 255) = 49.61%
R=34.81%
G=15.58%
B=49.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134601910.300.6900.25273.8952.1949.22
Hex863CBF1E450191123431
Octal20674277361050314226461
Binary1000011011110010111111111101000101011001100010010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863CBF; }

 p { color: rgb(134,60,191); }

 H1.HeaderClassName
 {
   color: #863CBF;
 }
 .AnyTagClassName
 {
   color: #863CBF;
 }
</style>
background-color css

<style>
 a { background-color: #863CBF; }

 a { background-color: rgb(134,60,191); }

 div.DivClassName
 {
   background-color: #863CBF;
 }
 .BgClassName
 {
   background-color: #863CBF;
 }
</style>
border-color css

<style>
 span { border-color: #863CBF; }

 span { border-color: rgb(134,60,191); }

 td.TdClassName
 {
   border-color: #863CBF;
 }
 .TagClassName
 {
   border-color: #863CBF;
 }
</style>