Html Css Color HEX #863BC8 Dark Orchid

📋 copy color: '#863BC8'

red 134 ◦ green 59 ◦ blue 200

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

Shades of Dark Orchid #863BC8

Tints of Dark Orchid #863BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 50.89%

R = 34.1%
G = 15.01%
B = 50.89%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#863BC8 (or 0x863BC8) is known color: Dark Orchid. HEX triplet: 86, 3B and C8. RGB value is (134,59,200). Sum of RGB (Red+Green+Blue) = 134+59+200=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 200 (78.52% from 255 or 50.89% from 393); Max value from RGB is 200 - color contains mainly: blue. Hex color #863BC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863BC8 is #79C437. Grayscale: #616161. Windows color (decimal): -7980088 or 13122438. OLE color: 13122438.

HSL color Cylindrical-coordinate representation of color #863BC8: hue angle of 271.91º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #863BC8 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 134 59 200 -
CMYK 0.33 0.70 0 0.22
HSL 271.91º 0.56% 0.51% -
HSV(B) 271.91º 0.71% 0.78% -
XYZ 21.82 12.37 55.88 -
YUV 97.5 185.85 154.04 -
System Red Green Blue C M Y K H S L
Decimal 134 59 200 0.33 0.70 0 0.22 271.91 0.56 0.51
Hex 86 3B C8 21 46 0 16 110 38 33
Octal 206 73 310 41 106 0 26 420 70 63
Binary 10000110 111011 11001000 100001 1000110 0 10110 100010000 111000 110011

Color Harmonies of #863BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863BC8

Black with #863BC8

Text Example


Text Example

White with #863BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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