Html Css Color HEX #862CBE Dark Orchid

📋 copy color: '#862CBE'

red 134 ◦ green 44 ◦ blue 190

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

Shades of Dark Orchid #862CBE

Tints of Dark Orchid #862CBE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.96%

 BLUE value IS 190 (74.61% from 255) = 51.63%

R = 36.41%
G = 11.96%
B = 51.63%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#862CBE (or 0x862CBE) is known color: Dark Orchid. HEX triplet: 86, 2C and BE. RGB value is (134,44,190). Sum of RGB (Red+Green+Blue) = 134+44+190=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #862CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862CBE is #79D341. Grayscale: #575757. Windows color (decimal): -7983938 or 12463238. OLE color: 12463238.

HSL color Cylindrical-coordinate representation of color #862CBE: hue angle of 276.99º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #862CBE is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 44 190 -
CMYK 0.29 0.77 0 0.25
HSL 276.99º 0.62% 0.46% -
HSV(B) 276.99º 0.77% 0.75% -
XYZ 20.03 10.59 49.7 -
YUV 87.55 185.82 161.13 -
System Red Green Blue C M Y K H S L
Decimal 134 44 190 0.29 0.77 0 0.25 276.99 0.62 0.46
Hex 86 2C BE 1D 4D 0 19 115 3E 2E
Octal 206 54 276 35 115 0 31 425 76 56
Binary 10000110 101100 10111110 11101 1001101 0 11001 100010101 111110 101110

Color Harmonies of #862CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862CBE

Black with #862CBE

Text Example


Text Example

White with #862CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,44,190); }

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

background-color css

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

 a { background-color: rgb(134,44,190); }

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

border-color css

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

 span { border-color: rgb(134,44,190); }

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