Html Css Color HEX #873FCB Dark Orchid

📋 copy color: '#873FCB'

red 135 ◦ green 63 ◦ blue 203

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

Shades of Dark Orchid #873FCB

Tints of Dark Orchid #873FCB

RGB

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

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

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

R = 33.67%
G = 15.71%
B = 50.62%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#873FCB (or 0x873FCB) is known color: Dark Orchid. HEX triplet: 87, 3F and CB. RGB value is (135,63,203). Sum of RGB (Red+Green+Blue) = 135+63+203=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #873FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873FCB is #78C034. Grayscale: #636363. Windows color (decimal): -7913525 or 13320071. OLE color: 13320071.

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

Color convert

RGB 135 63 203 -
CMYK 0.33 0.69 0 0.20
HSL 270.86º 0.57% 0.52% -
HSV(B) 270.86º 0.69% 0.8% -
XYZ 22.55 13.02 57.82 -
YUV 100.49 185.85 152.62 -
System Red Green Blue C M Y K H S L
Decimal 135 63 203 0.33 0.69 0 0.20 270.86 0.57 0.52
Hex 87 3F CB 21 45 0 14 10F 39 34
Octal 207 77 313 41 105 0 24 417 71 64
Binary 10000111 111111 11001011 100001 1000101 0 10100 100001111 111001 110100

Color Harmonies of #873FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873FCB

Black with #873FCB

Text Example


Text Example

White with #873FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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