Html Css Color HEX #862DCA Dark Orchid

📋 copy color: '#862DCA'

red 134 ◦ green 45 ◦ blue 202

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

Shades of Dark Orchid #862DCA

Tints of Dark Orchid #862DCA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.81%

 BLUE value IS 202 (79.3% from 255) = 53.02%

R = 35.17%
G = 11.81%
B = 53.02%

CMYK

 C value IS 0.34

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#862DCA (or 0x862DCA) is known color: Dark Orchid. HEX triplet: 86, 2D and CA. RGB value is (134,45,202). Sum of RGB (Red+Green+Blue) = 134+45+202=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 45 (17.97% from 255 or 11.81% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #862DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862DCA is #79D235. Grayscale: #585858. Windows color (decimal): -7983670 or 13249926. OLE color: 13249926.

HSL color Cylindrical-coordinate representation of color #862DCA: hue angle of 274.01º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #862DCA is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 134 45 202 -
CMYK 0.34 0.78 0 0.21
HSL 274.01º 0.64% 0.48% -
HSV(B) 274.01º 0.78% 0.79% -
XYZ 21.43 11.21 56.91 -
YUV 89.51 191.49 159.73 -
System Red Green Blue C M Y K H S L
Decimal 134 45 202 0.34 0.78 0 0.21 274.01 0.64 0.48
Hex 86 2D CA 22 4E 0 15 112 40 30
Octal 206 55 312 42 116 0 25 422 100 60
Binary 10000110 101101 11001010 100010 1001110 0 10101 100010010 1000000 110000

Color Harmonies of #862DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862DCA

Black with #862DCA

Text Example


Text Example

White with #862DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,45,202); }

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

background-color css

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

 a { background-color: rgb(134,45,202); }

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

border-color css

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

 span { border-color: rgb(134,45,202); }

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