#851EC0

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

Shades of Dark Orchid #851EC0

Tints of Dark Orchid #851EC0

Color information

#851EC0 (or 0x851EC0) is unknown color: approx Dark Orchid. HEX triplet: 85, 1E and C0. RGB value is (133,30,192). Sum of RGB (Red+Green+Blue) = 133+30+192=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 192 (75.39% from 255 or 54.08% from 355); Max value from RGB is 192 - color contains mainly: blue. Hex color #851EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851EC0 is #7AE13F. Grayscale: #4E4E4E. Windows color (decimal): -8053056 or 12590725. OLE color: 12590725.

HSL color Cylindrical-coordinate representation of color #851EC0: hue angle of 278.15º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #851EC0 is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13330192-
CMYK0.310.8400.25
HSL278.15º72.97%43.53%-
HSV(B)278.15º84.38%75.29%-
XYZ19.659.7250.71-
YUV79.26191.62166.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.46%
GREEN value IS 30 (12.11% from 255) = 8.45%
BLUE value IS 192 (75.39% from 255) = 54.08%
R=37.46%
G=8.45%
B=54.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133301920.310.8400.25278.1572.9743.53
Hex851EC01F54019116492c
Octal205363003712403142611154
Binary1000010111110110000001111110101000110011000101101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851EC0; }

 p { color: rgb(133,30,192); }

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

<style>
 a { background-color: #851EC0; }

 a { background-color: rgb(133,30,192); }

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

<style>
 span { border-color: #851EC0; }

 span { border-color: rgb(133,30,192); }

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