#861CC0

Color #861CC0 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #861CC0

Tints of Dark Orchid #861CC0

Color information

#861CC0 (or 0x861CC0) is unknown color: approx Dark Orchid. HEX triplet: 86, 1C and C0. RGB value is (134,28,192). Sum of RGB (Red+Green+Blue) = 134+28+192=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 28 (11.33% from 255 or 7.91% from 354); Blue value is 192 (75.39% from 255 or 54.24% from 354); Max value from RGB is 192 - color contains mainly: blue. Hex color #861CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861CC0 is #79E33F. Grayscale: #4D4D4D. Windows color (decimal): -7988032 or 12590214. OLE color: 12590214.

HSL color Cylindrical-coordinate representation of color #861CC0: hue angle of 278.78º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #861CC0 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13428192-
CMYK0.300.8500.25
HSL278.78º74.55%43.14%-
HSV(B)278.78º85.42%75.29%-
XYZ19.769.750.7-
YUV78.39192.12167.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.85%
GREEN value IS 28 (11.33% from 255) = 7.91%
BLUE value IS 192 (75.39% from 255) = 54.24%
R=37.85%
G=7.91%
B=54.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134281920.300.8500.25278.7874.5543.14
Hex861CC01E550191174b2b
Octal206343003612503142711353
Binary1000011011100110000001111010101010110011000101111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861CC0; }

 p { color: rgb(134,28,192); }

 H1.HeaderClassName
 {
   color: #861CC0;
 }
 .AnyTagClassName
 {
   color: #861CC0;
 }
</style>
background-color css

<style>
 a { background-color: #861CC0; }

 a { background-color: rgb(134,28,192); }

 div.DivClassName
 {
   background-color: #861CC0;
 }
 .BgClassName
 {
   background-color: #861CC0;
 }
</style>
border-color css

<style>
 span { border-color: #861CC0; }

 span { border-color: rgb(134,28,192); }

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