#873FCD

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

Shades of Dark Orchid #873FCD

Tints of Dark Orchid #873FCD

Color information

#873FCD (or 0x873FCD) is unknown color: approx Dark Orchid. HEX triplet: 87, 3F and CD. RGB value is (135,63,205). Sum of RGB (Red+Green+Blue) = 135+63+205=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #873FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873FCD is #78C032. Grayscale: #646464. Windows color (decimal): -7913523 or 13451143. OLE color: 13451143.

HSL color Cylindrical-coordinate representation of color #873FCD: hue angle of 270.42º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #873FCD is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13563205-
CMYK0.340.6900.20
HSL270.42º58.68%52.55%-
HSV(B)270.42º69.27%80.39%-
XYZ22.7913.1159.09-
YUV100.72186.85152.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.50%
GREEN value IS 63 (25% from 255) = 15.63%
BLUE value IS 205 (80.47% from 255) = 50.87%
R=33.50%
G=15.63%
B=50.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal135632050.340.6900.20270.4258.6852.55
Hex873FCD224501410e3b35
Octal20777315421050244167365
Binary10000111111111110011011000101000101010100100001110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873FCD; }

 p { color: rgb(135,63,205); }

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

<style>
 a { background-color: #873FCD; }

 a { background-color: rgb(135,63,205); }

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

<style>
 span { border-color: #873FCD; }

 span { border-color: rgb(135,63,205); }

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