Html Css Color HEX #862CCC Dark Orchid

📋 copy color: '#862CCC'

red 134 ◦ green 44 ◦ blue 204

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

Shades of Dark Orchid #862CCC

Tints of Dark Orchid #862CCC

RGB

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

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

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

R = 35.08%
G = 11.52%
B = 53.4%

CMYK

 C value IS 0.34

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#862CCC (or 0x862CCC) is known color: Dark Orchid. HEX triplet: 86, 2C and CC. RGB value is (134,44,204). Sum of RGB (Red+Green+Blue) = 134+44+204=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #862CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862CCC is #79D333. Grayscale: #585858. Windows color (decimal): -7983924 or 13380742. OLE color: 13380742.

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

Color convert

RGB 134 44 204 -
CMYK 0.34 0.78 0 0.2
HSL 273.75º 0.65% 0.49% -
HSV(B) 273.75º 0.78% 0.8% -
XYZ 21.63 11.23 58.15 -
YUV 89.15 192.82 159.99 -
System Red Green Blue C M Y K H S L
Decimal 134 44 204 0.34 0.78 0 0.2 273.75 0.65 0.49
Hex 86 2C CC 22 4E 0 14 112 41 31
Octal 206 54 314 42 116 0 24 422 101 61
Binary 10000110 101100 11001100 100010 1001110 0 10100 100010010 1000001 110001

Color Harmonies of #862CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862CCC

Black with #862CCC

Text Example


Text Example

White with #862CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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