Html Css Color HEX #862ECD Dark Orchid

📋 copy color: '#862ECD'

red 134 ◦ green 46 ◦ blue 205

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

Shades of Dark Orchid #862ECD

Tints of Dark Orchid #862ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.25%

R = 34.81%
G = 11.95%
B = 53.25%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#862ECD (or 0x862ECD) is known color: Dark Orchid. HEX triplet: 86, 2E and CD. RGB value is (134,46,205). Sum of RGB (Red+Green+Blue) = 134+46+205=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #862ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862ECD is #79D132. Grayscale: #595959. Windows color (decimal): -7983411 or 13446790. OLE color: 13446790.

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

Color convert

RGB 134 46 205 -
CMYK 0.35 0.78 0 0.20
HSL 273.21º 0.63% 0.49% -
HSV(B) 273.21º 0.78% 0.8% -
XYZ 21.83 11.43 58.81 -
YUV 90.44 192.65 159.07 -
System Red Green Blue C M Y K H S L
Decimal 134 46 205 0.35 0.78 0 0.20 273.21 0.63 0.49
Hex 86 2E CD 23 4E 0 14 111 3F 31
Octal 206 56 315 43 116 0 24 421 77 61
Binary 10000110 101110 11001101 100011 1001110 0 10100 100010001 111111 110001

Color Harmonies of #862ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862ECD

Black with #862ECD

Text Example


Text Example

White with #862ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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