Html Css Color HEX #862CBC Dark Orchid

📋 copy color: '#862CBC'

red 134 ◦ green 44 ◦ blue 188

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

Shades of Dark Orchid #862CBC

Tints of Dark Orchid #862CBC

RGB

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

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

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

R = 36.61%
G = 12.02%
B = 51.37%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#862CBC (or 0x862CBC) is known color: Dark Orchid. HEX triplet: 86, 2C and BC. RGB value is (134,44,188). Sum of RGB (Red+Green+Blue) = 134+44+188=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 44 (17.58% from 255 or 12.02% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #862CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862CBC is #79D343. Grayscale: #565656. Windows color (decimal): -7983940 or 12332166. OLE color: 12332166.

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

Color convert

RGB 134 44 188 -
CMYK 0.29 0.77 0 0.26
HSL 277.5º 0.62% 0.45% -
HSV(B) 277.5º 0.77% 0.74% -
XYZ 19.81 10.5 48.56 -
YUV 87.33 184.82 161.29 -
System Red Green Blue C M Y K H S L
Decimal 134 44 188 0.29 0.77 0 0.26 277.5 0.62 0.45
Hex 86 2C BC 1D 4D 0 1A 116 3E 2D
Octal 206 54 274 35 115 0 32 426 76 55
Binary 10000110 101100 10111100 11101 1001101 0 11010 100010110 111110 101101

Color Harmonies of #862CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862CBC

Black with #862CBC

Text Example


Text Example

White with #862CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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