Html Css Color HEX #862BCC Dark Orchid

📋 copy color: '#862BCC'

red 134 ◦ green 43 ◦ blue 204

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

Shades of Dark Orchid #862BCC

Tints of Dark Orchid #862BCC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.29%

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

R = 35.17%
G = 11.29%
B = 53.54%

CMYK

 C value IS 0.34

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#862BCC (or 0x862BCC) is known color: Dark Orchid. HEX triplet: 86, 2B and CC. RGB value is (134,43,204). Sum of RGB (Red+Green+Blue) = 134+43+204=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #862BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862BCC is #79D433. Grayscale: #585858. Windows color (decimal): -7984180 or 13380486. OLE color: 13380486.

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

Color convert

RGB 134 43 204 -
CMYK 0.34 0.79 0 0.2
HSL 273.91º 0.65% 0.48% -
HSV(B) 273.91º 0.79% 0.8% -
XYZ 21.59 11.16 58.14 -
YUV 88.56 193.15 160.41 -
System Red Green Blue C M Y K H S L
Decimal 134 43 204 0.34 0.79 0 0.2 273.91 0.65 0.48
Hex 86 2B CC 22 4F 0 14 112 41 30
Octal 206 53 314 42 117 0 24 422 101 60
Binary 10000110 101011 11001100 100010 1001111 0 10100 100010010 1000001 110000

Color Harmonies of #862BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862BCC

Black with #862BCC

Text Example


Text Example

White with #862BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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