Html Css Color HEX #863CBA Dark Orchid

📋 copy color: '#863CBA'

red 134 ◦ green 60 ◦ blue 186

#863CBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #863CBA

Tints of Dark Orchid #863CBA

RGB

 RED value IS 134 (52.73% from 255) = 35.26%

 GREEN value IS 60 (23.83% from 255) = 15.79%

 BLUE value IS 186 (73.05% from 255) = 48.95%

R = 35.26%
G = 15.79%
B = 48.95%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#863CBA (or 0x863CBA) is known color: Dark Orchid. HEX triplet: 86, 3C and BA. RGB value is (134,60,186). Sum of RGB (Red+Green+Blue) = 134+60+186=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #863CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863CBA is #79C345. Grayscale: #606060. Windows color (decimal): -7979846 or 12205190. OLE color: 12205190.

HSL color Cylindrical-coordinate representation of color #863CBA: hue angle of 275.24º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #863CBA is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 60 186 -
CMYK 0.28 0.68 0 0.27
HSL 275.24º 0.51% 0.48% -
HSV(B) 275.24º 0.68% 0.73% -
XYZ 20.31 11.85 47.67 -
YUV 96.49 178.52 154.75 -
System Red Green Blue C M Y K H S L
Decimal 134 60 186 0.28 0.68 0 0.27 275.24 0.51 0.48
Hex 86 3C BA 1C 44 0 1B 113 33 30
Octal 206 74 272 34 104 0 33 423 63 60
Binary 10000110 111100 10111010 11100 1000100 0 11011 100010011 110011 110000

Color Harmonies of #863CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863CBA

Black with #863CBA

Text Example


Text Example

White with #863CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #863CBA;
 }
 .AnyTagClassName
 {
   color: #863CBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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