Html Css Color HEX #863BCB Dark Orchid

📋 copy color: '#863BCB'

red 134 ◦ green 59 ◦ blue 203

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

Shades of Dark Orchid #863BCB

Tints of Dark Orchid #863BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.26%

R = 33.84%
G = 14.9%
B = 51.26%

CMYK

 C value IS 0.34

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#863BCB (or 0x863BCB) is known color: Dark Orchid. HEX triplet: 86, 3B and CB. RGB value is (134,59,203). Sum of RGB (Red+Green+Blue) = 134+59+203=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 59 (23.44% from 255 or 14.90% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #863BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863BCB is #79C434. Grayscale: #616161. Windows color (decimal): -7980085 or 13319046. OLE color: 13319046.

HSL color Cylindrical-coordinate representation of color #863BCB: hue angle of 271.25º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #863BCB is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 134 59 203 -
CMYK 0.34 0.71 0 0.20
HSL 271.25º 0.58% 0.51% -
HSV(B) 271.25º 0.71% 0.8% -
XYZ 22.17 12.51 57.75 -
YUV 97.84 187.35 153.79 -
System Red Green Blue C M Y K H S L
Decimal 134 59 203 0.34 0.71 0 0.20 271.25 0.58 0.51
Hex 86 3B CB 22 47 0 14 10F 3A 33
Octal 206 73 313 42 107 0 24 417 72 63
Binary 10000110 111011 11001011 100010 1000111 0 10100 100001111 111010 110011

Color Harmonies of #863BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863BCB

Black with #863BCB

Text Example


Text Example

White with #863BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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