Html Css Color HEX #863BC5 Dark Orchid

📋 copy color: '#863BC5'

red 134 ◦ green 59 ◦ blue 197

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

Shades of Dark Orchid #863BC5

Tints of Dark Orchid #863BC5

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.13%

 BLUE value IS 197 (77.34% from 255) = 50.51%

R = 34.36%
G = 15.13%
B = 50.51%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#863BC5 (or 0x863BC5) is known color: Dark Orchid. HEX triplet: 86, 3B and C5. RGB value is (134,59,197). Sum of RGB (Red+Green+Blue) = 134+59+197=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 59 (23.44% from 255 or 15.13% from 390); Blue value is 197 (77.34% from 255 or 50.51% from 390); Max value from RGB is 197 - color contains mainly: blue. Hex color #863BC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863BC5 is #79C43A. Grayscale: #606060. Windows color (decimal): -7980091 or 12925830. OLE color: 12925830.

HSL color Cylindrical-coordinate representation of color #863BC5: hue angle of 272.61º 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 #863BC5 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 134 59 197 -
CMYK 0.32 0.70 0 0.23
HSL 272.61º 0.54% 0.5% -
HSV(B) 272.61º 0.7% 0.77% -
XYZ 21.47 12.23 54.05 -
YUV 97.16 184.35 154.28 -
System Red Green Blue C M Y K H S L
Decimal 134 59 197 0.32 0.70 0 0.23 272.61 0.54 0.5
Hex 86 3B C5 20 46 0 17 111 36 32
Octal 206 73 305 40 106 0 27 421 66 62
Binary 10000110 111011 11000101 100000 1000110 0 10111 100010001 110110 110010

Color Harmonies of #863BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863BC5

Black with #863BC5

Text Example


Text Example

White with #863BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,59,197); }

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

background-color css

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

 a { background-color: rgb(134,59,197); }

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

border-color css

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

 span { border-color: rgb(134,59,197); }

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