#861CC1

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

Shades of Dark Orchid #861CC1

Tints of Dark Orchid #861CC1

Color information

#861CC1 (or 0x861CC1) is unknown color: approx Dark Orchid. HEX triplet: 86, 1C and C1. RGB value is (134,28,193). Sum of RGB (Red+Green+Blue) = 134+28+193=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 28 (11.33% from 255 or 7.89% from 355); Blue value is 193 (75.78% from 255 or 54.37% from 355); Max value from RGB is 193 - color contains mainly: blue. Hex color #861CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861CC1 is #79E33E. Grayscale: #4D4D4D. Windows color (decimal): -7988031 or 12655750. OLE color: 12655750.

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

Color convert

RGB13428193-
CMYK0.310.8500.24
HSL278.55º74.66%43.33%-
HSV(B)278.55º85.49%75.69%-
XYZ19.879.7551.29-
YUV78.5192.62167.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.75%
GREEN value IS 28 (11.33% from 255) = 7.89%
BLUE value IS 193 (75.78% from 255) = 54.37%
R=37.75%
G=7.89%
B=54.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal134281930.310.8500.24278.5574.6643.33
Hex861CC11F550181174b2b
Octal206343013712503042711353
Binary1000011011100110000011111110101010110001000101111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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