Html Css Color HEX #871EC2 Dark Orchid

📋 copy color: '#871EC2'

red 135 ◦ green 30 ◦ blue 194

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

Shades of Dark Orchid #871EC2

Tints of Dark Orchid #871EC2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.36%

 BLUE value IS 194 (76.17% from 255) = 54.04%

R = 37.6%
G = 8.36%
B = 54.04%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#871EC2 (or 0x871EC2) is known color: Dark Orchid. HEX triplet: 87, 1E and C2. RGB value is (135,30,194). Sum of RGB (Red+Green+Blue) = 135+30+194=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 30 (12.11% from 255 or 8.36% from 359); Blue value is 194 (76.17% from 255 or 54.04% from 359); Max value from RGB is 194 - color contains mainly: blue. Hex color #871EC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871EC2 is #78E13D. Grayscale: #4F4F4F. Windows color (decimal): -7921982 or 12721799. OLE color: 12721799.

HSL color Cylindrical-coordinate representation of color #871EC2: hue angle of 278.41º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #871EC2 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 135 30 194 -
CMYK 0.30 0.85 0 0.24
HSL 278.41º 0.73% 0.44% -
HSV(B) 278.41º 0.85% 0.76% -
XYZ 20.19 9.97 51.9 -
YUV 80.09 192.29 167.16 -
System Red Green Blue C M Y K H S L
Decimal 135 30 194 0.30 0.85 0 0.24 278.41 0.73 0.44
Hex 87 1E C2 1E 55 0 18 116 49 2C
Octal 207 36 302 36 125 0 30 426 111 54
Binary 10000111 11110 11000010 11110 1010101 0 11000 100010110 1001001 101100

Color Harmonies of #871EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871EC2

Black with #871EC2

Text Example


Text Example

White with #871EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871EC2; }

 p { color: rgb(135,30,194); }

 H1.HeaderClassName
 {
   color: #871EC2;
 }
 .AnyTagClassName
 {
   color: #871EC2;
 }
</style>

background-color css

<style>
 a { background-color: #871EC2; }

 a { background-color: rgb(135,30,194); }

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

border-color css

<style>
 span { border-color: #871EC2; }

 span { border-color: rgb(135,30,194); }

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