Html Css Color HEX #862FCD Dark Orchid

📋 copy color: '#862FCD'

red 134 ◦ green 47 ◦ blue 205

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

Shades of Dark Orchid #862FCD

Tints of Dark Orchid #862FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.18%

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

R = 34.72%
G = 12.18%
B = 53.11%

CMYK

 C value IS 0.35

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#862FCD (or 0x862FCD) is known color: Dark Orchid. HEX triplet: 86, 2F and CD. RGB value is (134,47,205). Sum of RGB (Red+Green+Blue) = 134+47+205=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #862FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862FCD is #79D032. Grayscale: #5A5A5A. Windows color (decimal): -7983155 or 13447046. OLE color: 13447046.

HSL color Cylindrical-coordinate representation of color #862FCD: hue angle of 273.04º 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 #862FCD is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 134 47 205 -
CMYK 0.35 0.77 0 0.20
HSL 273.04º 0.63% 0.49% -
HSV(B) 273.04º 0.77% 0.8% -
XYZ 21.87 11.51 58.83 -
YUV 91.03 192.32 158.65 -
System Red Green Blue C M Y K H S L
Decimal 134 47 205 0.35 0.77 0 0.20 273.04 0.63 0.49
Hex 86 2F CD 23 4D 0 14 111 3F 31
Octal 206 57 315 43 115 0 24 421 77 61
Binary 10000110 101111 11001101 100011 1001101 0 10100 100010001 111111 110001

Color Harmonies of #862FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862FCD

Black with #862FCD

Text Example


Text Example

White with #862FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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