Html Css Color HEX #873DCB Dark Orchid

📋 copy color: '#873DCB'

red 135 ◦ green 61 ◦ blue 203

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

Shades of Dark Orchid #873DCB

Tints of Dark Orchid #873DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.88%

R = 33.83%
G = 15.29%
B = 50.88%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#873DCB (or 0x873DCB) is known color: Dark Orchid. HEX triplet: 87, 3D and CB. RGB value is (135,61,203). Sum of RGB (Red+Green+Blue) = 135+61+203=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #873DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873DCB is #78C234. Grayscale: #626262. Windows color (decimal): -7914037 or 13319559. OLE color: 13319559.

HSL color Cylindrical-coordinate representation of color #873DCB: hue angle of 271.27º 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 #873DCB is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 61 203 -
CMYK 0.33 0.70 0 0.20
HSL 271.27º 0.58% 0.52% -
HSV(B) 271.27º 0.7% 0.8% -
XYZ 22.44 12.8 57.79 -
YUV 99.31 186.52 153.45 -
System Red Green Blue C M Y K H S L
Decimal 135 61 203 0.33 0.70 0 0.20 271.27 0.58 0.52
Hex 87 3D CB 21 46 0 14 10F 3A 34
Octal 207 75 313 41 106 0 24 417 72 64
Binary 10000111 111101 11001011 100001 1000110 0 10100 100001111 111010 110100

Color Harmonies of #873DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873DCB

Black with #873DCB

Text Example


Text Example

White with #873DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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