Html Css Color HEX #873ACD Dark Orchid

📋 copy color: '#873ACD'

red 135 ◦ green 58 ◦ blue 205

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

Shades of Dark Orchid #873ACD

Tints of Dark Orchid #873ACD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.57%

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

R = 33.92%
G = 14.57%
B = 51.51%

CMYK

 C value IS 0.34

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#873ACD (or 0x873ACD) is known color: Dark Orchid. HEX triplet: 87, 3A and CD. RGB value is (135,58,205). Sum of RGB (Red+Green+Blue) = 135+58+205=398 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.92% from 398); Green value is 58 (23.05% from 255 or 14.57% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #873ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873ACD is #78C532. Grayscale: #616161. Windows color (decimal): -7914803 or 13449863. OLE color: 13449863.

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

Color convert

RGB 135 58 205 -
CMYK 0.34 0.72 0 0.20
HSL 271.43º 0.6% 0.52% -
HSV(B) 271.43º 0.72% 0.8% -
XYZ 22.52 12.58 59 -
YUV 97.78 188.51 154.55 -
System Red Green Blue C M Y K H S L
Decimal 135 58 205 0.34 0.72 0 0.20 271.43 0.6 0.52
Hex 87 3A CD 22 48 0 14 10F 3C 34
Octal 207 72 315 42 110 0 24 417 74 64
Binary 10000111 111010 11001101 100010 1001000 0 10100 100001111 111100 110100

Color Harmonies of #873ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873ACD

Black with #873ACD

Text Example


Text Example

White with #873ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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