Html Css Color HEX #863FCF Dark Orchid

📋 copy color: '#863FCF'

red 134 ◦ green 63 ◦ blue 207

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

Shades of Dark Orchid #863FCF

Tints of Dark Orchid #863FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.24%

R = 33.17%
G = 15.59%
B = 51.24%

CMYK

 C value IS 0.35

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#863FCF (or 0x863FCF) is known color: Dark Orchid. HEX triplet: 86, 3F and CF. RGB value is (134,63,207). Sum of RGB (Red+Green+Blue) = 134+63+207=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #863FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863FCF is #79C030. Grayscale: #646464. Windows color (decimal): -7979057 or 13582214. OLE color: 13582214.

HSL color Cylindrical-coordinate representation of color #863FCF: hue angle of 269.58º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #863FCF is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 63 207 -
CMYK 0.35 0.70 0 0.19
HSL 269.58º 0.6% 0.53% -
HSV(B) 269.58º 0.7% 0.81% -
XYZ 22.87 13.13 60.36 -
YUV 100.65 188.02 151.79 -
System Red Green Blue C M Y K H S L
Decimal 134 63 207 0.35 0.70 0 0.19 269.58 0.6 0.53
Hex 86 3F CF 23 46 0 13 10E 3C 35
Octal 206 77 317 43 106 0 23 416 74 65
Binary 10000110 111111 11001111 100011 1000110 0 10011 100001110 111100 110101

Color Harmonies of #863FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863FCF

Black with #863FCF

Text Example


Text Example

White with #863FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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