Html Css Color HEX #862ABC Dark Orchid

📋 copy color: '#862ABC'

red 134 ◦ green 42 ◦ blue 188

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

Shades of Dark Orchid #862ABC

Tints of Dark Orchid #862ABC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.54%

 BLUE value IS 188 (73.83% from 255) = 51.65%

R = 36.81%
G = 11.54%
B = 51.65%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#862ABC (or 0x862ABC) is known color: Dark Orchid. HEX triplet: 86, 2A and BC. RGB value is (134,42,188). Sum of RGB (Red+Green+Blue) = 134+42+188=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 42 (16.80% from 255 or 11.54% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #862ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862ABC is #79D543. Grayscale: #555555. Windows color (decimal): -7984452 or 12331654. OLE color: 12331654.

HSL color Cylindrical-coordinate representation of color #862ABC: hue angle of 277.81º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #862ABC is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 42 188 -
CMYK 0.29 0.78 0 0.26
HSL 277.81º 0.63% 0.45% -
HSV(B) 277.81º 0.78% 0.74% -
XYZ 19.74 10.36 48.54 -
YUV 86.15 185.48 162.13 -
System Red Green Blue C M Y K H S L
Decimal 134 42 188 0.29 0.78 0 0.26 277.81 0.63 0.45
Hex 86 2A BC 1D 4E 0 1A 116 3F 2D
Octal 206 52 274 35 116 0 32 426 77 55
Binary 10000110 101010 10111100 11101 1001110 0 11010 100010110 111111 101101

Color Harmonies of #862ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862ABC

Black with #862ABC

Text Example


Text Example

White with #862ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,42,188); }

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

background-color css

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

 a { background-color: rgb(134,42,188); }

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

border-color css

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

 span { border-color: rgb(134,42,188); }

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