Html Css Color HEX #862ECC Dark Orchid

📋 copy color: '#862ECC'

red 134 ◦ green 46 ◦ blue 204

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

Shades of Dark Orchid #862ECC

Tints of Dark Orchid #862ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.13%

R = 34.9%
G = 11.98%
B = 53.13%

CMYK

 C value IS 0.34

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#862ECC (or 0x862ECC) is known color: Dark Orchid. HEX triplet: 86, 2E and CC. RGB value is (134,46,204). Sum of RGB (Red+Green+Blue) = 134+46+204=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 46 (18.36% from 255 or 11.98% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #862ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862ECC is #79D133. Grayscale: #595959. Windows color (decimal): -7983412 or 13381254. OLE color: 13381254.

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

Color convert

RGB 134 46 204 -
CMYK 0.34 0.77 0 0.2
HSL 273.42º 0.63% 0.49% -
HSV(B) 273.42º 0.77% 0.8% -
XYZ 21.71 11.38 58.18 -
YUV 90.32 192.15 159.15 -
System Red Green Blue C M Y K H S L
Decimal 134 46 204 0.34 0.77 0 0.2 273.42 0.63 0.49
Hex 86 2E CC 22 4D 0 14 111 3F 31
Octal 206 56 314 42 115 0 24 421 77 61
Binary 10000110 101110 11001100 100010 1001101 0 10100 100010001 111111 110001

Color Harmonies of #862ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862ECC

Black with #862ECC

Text Example


Text Example

White with #862ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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