Html Css Color HEX #871DC8 Dark Orchid

📋 copy color: '#871DC8'

red 135 ◦ green 29 ◦ blue 200

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

Shades of Dark Orchid #871DC8

Tints of Dark Orchid #871DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 54.95%

R = 37.09%
G = 7.97%
B = 54.95%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#871DC8 (or 0x871DC8) is known color: Dark Orchid. HEX triplet: 87, 1D and C8. RGB value is (135,29,200). Sum of RGB (Red+Green+Blue) = 135+29+200=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 29 (11.72% from 255 or 7.97% from 364); Blue value is 200 (78.52% from 255 or 54.95% from 364); Max value from RGB is 200 - color contains mainly: blue. Hex color #871DC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871DC8 is #78E237. Grayscale: #4F4F4F. Windows color (decimal): -7922232 or 13114759. OLE color: 13114759.

HSL color Cylindrical-coordinate representation of color #871DC8: hue angle of 277.19º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871DC8 is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 135 29 200 -
CMYK 0.32 0.86 0 0.22
HSL 277.19º 0.75% 0.45% -
HSV(B) 277.19º 0.86% 0.78% -
XYZ 20.86 10.2 55.51 -
YUV 80.19 195.62 167.1 -
System Red Green Blue C M Y K H S L
Decimal 135 29 200 0.32 0.86 0 0.22 277.19 0.75 0.45
Hex 87 1D C8 20 56 0 16 115 4B 2D
Octal 207 35 310 40 126 0 26 425 113 55
Binary 10000111 11101 11001000 100000 1010110 0 10110 100010101 1001011 101101

Color Harmonies of #871DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871DC8

Black with #871DC8

Text Example


Text Example

White with #871DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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