Html Css Color HEX #873DCC Dark Orchid

📋 copy color: '#873DCC'

red 135 ◦ green 61 ◦ blue 204

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

Shades of Dark Orchid #873DCC

Tints of Dark Orchid #873DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51%

R = 33.75%
G = 15.25%
B = 51%

CMYK

 C value IS 0.34

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#873DCC (or 0x873DCC) is known color: Dark Orchid. HEX triplet: 87, 3D and CC. RGB value is (135,61,204). Sum of RGB (Red+Green+Blue) = 135+61+204=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #873DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873DCC is #78C233. Grayscale: #626262. Windows color (decimal): -7914036 or 13385095. OLE color: 13385095.

HSL color Cylindrical-coordinate representation of color #873DCC: hue angle of 271.05º degrees, saturation: 0.58, 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 #873DCC is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 135 61 204 -
CMYK 0.34 0.70 0 0.2
HSL 271.05º 0.58% 0.52% -
HSV(B) 271.05º 0.7% 0.8% -
XYZ 22.56 12.85 58.42 -
YUV 99.43 187.02 153.37 -
System Red Green Blue C M Y K H S L
Decimal 135 61 204 0.34 0.70 0 0.2 271.05 0.58 0.52
Hex 87 3D CC 22 46 0 14 10F 3A 34
Octal 207 75 314 42 106 0 24 417 72 64
Binary 10000111 111101 11001100 100010 1000110 0 10100 100001111 111010 110100

Color Harmonies of #873DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873DCC

Black with #873DCC

Text Example


Text Example

White with #873DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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