#863CBE

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

Shades of Dark Orchid #863CBE

Tints of Dark Orchid #863CBE

Color information

#863CBE (or 0x863CBE) is unknown color: approx Dark Orchid. HEX triplet: 86, 3C and BE. RGB value is (134,60,190). Sum of RGB (Red+Green+Blue) = 134+60+190=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #863CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863CBE is #79C341. Grayscale: #606060. Windows color (decimal): -7979842 or 12467334. OLE color: 12467334.

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

Color convert

RGB13460190-
CMYK0.290.6800.25
HSL274.15º52%49.02%-
HSV(B)274.15º68.42%74.51%-
XYZ20.7412.0249.94-
YUV96.95180.52154.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.90%
GREEN value IS 60 (23.83% from 255) = 15.62%
BLUE value IS 190 (74.61% from 255) = 49.48%
R=34.90%
G=15.62%
B=49.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134601900.290.6800.25274.155249.02
Hex863CBE1D440191123431
Octal20674276351040314226461
Binary1000011011110010111110111011000100011001100010010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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