Html Css Color HEX #873FCD Dark Orchid

📋 copy color: '#873FCD'

red 135 ◦ green 63 ◦ blue 205

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

Shades of Dark Orchid #873FCD

Tints of Dark Orchid #873FCD

RGB

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

 GREEN value IS 63 (25% from 255) = 15.63%

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

R = 33.5%
G = 15.63%
B = 50.87%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#873FCD (or 0x873FCD) is known color: 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

RGB 135 63 205 -
CMYK 0.34 0.69 0 0.20
HSL 270.42º 0.59% 0.53% -
HSV(B) 270.42º 0.69% 0.8% -
XYZ 22.79 13.11 59.09 -
YUV 100.72 186.85 152.45 -
System Red Green Blue C M Y K H S L
Decimal 135 63 205 0.34 0.69 0 0.20 270.42 0.59 0.53
Hex 87 3F CD 22 45 0 14 10E 3B 35
Octal 207 77 315 42 105 0 24 416 73 65
Binary 10000111 111111 11001101 100010 1000101 0 10100 100001110 111011 110101

Color Harmonies of #873FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873FCD

Black with #873FCD

Text Example


Text Example

White with #873FCD

Text Example


Text Example

HTML Codes & Css Web 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>