Html Css Color HEX #871DBC Dark Orchid

📋 copy color: '#871DBC'

red 135 ◦ green 29 ◦ blue 188

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

Shades of Dark Orchid #871DBC

Tints of Dark Orchid #871DBC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.24%

 BLUE value IS 188 (73.83% from 255) = 53.41%

R = 38.35%
G = 8.24%
B = 53.41%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#871DBC (or 0x871DBC) is known color: Dark Orchid. HEX triplet: 87, 1D and BC. RGB value is (135,29,188). Sum of RGB (Red+Green+Blue) = 135+29+188=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #871DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871DBC is #78E243. Grayscale: #4E4E4E. Windows color (decimal): -7922244 or 12328327. OLE color: 12328327.

HSL color Cylindrical-coordinate representation of color #871DBC: hue angle of 280º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #871DBC is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 29 188 -
CMYK 0.28 0.85 0 0.26
HSL 280º 0.73% 0.43% -
HSV(B) 280º 0.85% 0.74% -
XYZ 19.51 9.66 48.41 -
YUV 78.82 189.62 168.07 -
System Red Green Blue C M Y K H S L
Decimal 135 29 188 0.28 0.85 0 0.26 280 0.73 0.43
Hex 87 1D BC 1C 55 0 1A 118 49 2B
Octal 207 35 274 34 125 0 32 430 111 53
Binary 10000111 11101 10111100 11100 1010101 0 11010 100011000 1001001 101011

Color Harmonies of #871DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871DBC

Black with #871DBC

Text Example


Text Example

White with #871DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,29,188); }

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

background-color css

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

 a { background-color: rgb(135,29,188); }

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

border-color css

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

 span { border-color: rgb(135,29,188); }

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