Html Css Color HEX #873DCD Dark Orchid

📋 copy color: '#873DCD'

red 135 ◦ green 61 ◦ blue 205

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

Shades of Dark Orchid #873DCD

Tints of Dark Orchid #873DCD

RGB

 RED value IS 135 (53.13% from 255) = 33.67%

 GREEN value IS 61 (24.22% from 255) = 15.21%

 BLUE value IS 205 (80.47% from 255) = 51.12%

R = 33.67%
G = 15.21%
B = 51.12%

CMYK

 C value IS 0.34

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#873DCD (or 0x873DCD) is known color: Dark Orchid. HEX triplet: 87, 3D and CD. RGB value is (135,61,205). Sum of RGB (Red+Green+Blue) = 135+61+205=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #873DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873DCD is #78C232. Grayscale: #636363. Windows color (decimal): -7914035 or 13450631. OLE color: 13450631.

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

Color convert

RGB 135 61 205 -
CMYK 0.34 0.70 0 0.20
HSL 270.83º 0.59% 0.52% -
HSV(B) 270.83º 0.7% 0.8% -
XYZ 22.68 12.9 59.05 -
YUV 99.54 187.52 153.29 -
System Red Green Blue C M Y K H S L
Decimal 135 61 205 0.34 0.70 0 0.20 270.83 0.59 0.52
Hex 87 3D CD 22 46 0 14 10F 3B 34
Octal 207 75 315 42 106 0 24 417 73 64
Binary 10000111 111101 11001101 100010 1000110 0 10100 100001111 111011 110100

Color Harmonies of #873DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873DCD

Black with #873DCD

Text Example


Text Example

White with #873DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #873DCD;
 }
 .AnyTagClassName
 {
   color: #873DCD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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