Html Css Color HEX #863FC5 Dark Orchid

📋 copy color: '#863FC5'

red 134 ◦ green 63 ◦ blue 197

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

Shades of Dark Orchid #863FC5

Tints of Dark Orchid #863FC5

RGB

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

 GREEN value IS 63 (25% from 255) = 15.99%

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

R = 34.01%
G = 15.99%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#863FC5 (or 0x863FC5) is known color: Dark Orchid. HEX triplet: 86, 3F and C5. RGB value is (134,63,197). Sum of RGB (Red+Green+Blue) = 134+63+197=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 197 (77.34% from 255 or 50% from 394); Max value from RGB is 197 - color contains mainly: blue. Hex color #863FC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863FC5 is #79C03A. Grayscale: #636363. Windows color (decimal): -7979067 or 12926854. OLE color: 12926854.

HSL color Cylindrical-coordinate representation of color #863FC5: hue angle of 271.79º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #863FC5 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 134 63 197 -
CMYK 0.32 0.68 0 0.23
HSL 271.79º 0.54% 0.51% -
HSV(B) 271.79º 0.68% 0.77% -
XYZ 21.69 12.65 54.12 -
YUV 99.51 183.02 152.6 -
System Red Green Blue C M Y K H S L
Decimal 134 63 197 0.32 0.68 0 0.23 271.79 0.54 0.51
Hex 86 3F C5 20 44 0 17 110 36 33
Octal 206 77 305 40 104 0 27 420 66 63
Binary 10000110 111111 11000101 100000 1000100 0 10111 100010000 110110 110011

Color Harmonies of #863FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863FC5

Black with #863FC5

Text Example


Text Example

White with #863FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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