Html Css Color HEX #862ECB Dark Orchid

📋 copy color: '#862ECB'

red 134 ◦ green 46 ◦ blue 203

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

Shades of Dark Orchid #862ECB

Tints of Dark Orchid #862ECB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.01%

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

R = 34.99%
G = 12.01%
B = 53%

CMYK

 C value IS 0.34

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#862ECB (or 0x862ECB) is known color: Dark Orchid. HEX triplet: 86, 2E and CB. RGB value is (134,46,203). Sum of RGB (Red+Green+Blue) = 134+46+203=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 46 (18.36% from 255 or 12.01% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #862ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862ECB is #79D134. Grayscale: #595959. Windows color (decimal): -7983413 or 13315718. OLE color: 13315718.

HSL color Cylindrical-coordinate representation of color #862ECB: hue angle of 273.63º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #862ECB is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 134 46 203 -
CMYK 0.34 0.77 0 0.20
HSL 273.63º 0.63% 0.49% -
HSV(B) 273.63º 0.77% 0.8% -
XYZ 21.59 11.33 57.55 -
YUV 90.21 191.65 159.23 -
System Red Green Blue C M Y K H S L
Decimal 134 46 203 0.34 0.77 0 0.20 273.63 0.63 0.49
Hex 86 2E CB 22 4D 0 14 112 3F 31
Octal 206 56 313 42 115 0 24 422 77 61
Binary 10000110 101110 11001011 100010 1001101 0 10100 100010010 111111 110001

Color Harmonies of #862ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862ECB

Black with #862ECB

Text Example


Text Example

White with #862ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862ECB; }

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

 H1.HeaderClassName
 {
   color: #862ECB;
 }
 .AnyTagClassName
 {
   color: #862ECB;
 }
</style>

background-color css

<style>
 a { background-color: #862ECB; }

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

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

border-color css

<style>
 span { border-color: #862ECB; }

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

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