Html Css Color HEX #863FCA Dark Orchid

📋 copy color: '#863FCA'

red 134 ◦ green 63 ◦ blue 202

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

Shades of Dark Orchid #863FCA

Tints of Dark Orchid #863FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.63%

R = 33.58%
G = 15.79%
B = 50.63%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#863FCA (or 0x863FCA) is known color: Dark Orchid. HEX triplet: 86, 3F and CA. RGB value is (134,63,202). Sum of RGB (Red+Green+Blue) = 134+63+202=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #863FCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863FCA is #79C035. Grayscale: #636363. Windows color (decimal): -7979062 or 13254534. OLE color: 13254534.

HSL color Cylindrical-coordinate representation of color #863FCA: hue angle of 270.65º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #863FCA is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 134 63 202 -
CMYK 0.34 0.69 0 0.21
HSL 270.65º 0.57% 0.52% -
HSV(B) 270.65º 0.69% 0.79% -
XYZ 22.27 12.89 57.19 -
YUV 100.08 185.52 152.2 -
System Red Green Blue C M Y K H S L
Decimal 134 63 202 0.34 0.69 0 0.21 270.65 0.57 0.52
Hex 86 3F CA 22 45 0 15 10F 39 34
Octal 206 77 312 42 105 0 25 417 71 64
Binary 10000110 111111 11001010 100010 1000101 0 10101 100001111 111001 110100

Color Harmonies of #863FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863FCA

Black with #863FCA

Text Example


Text Example

White with #863FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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