Html Css Color HEX #871CBC Dark Orchid

📋 copy color: '#871CBC'

red 135 ◦ green 28 ◦ blue 188

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

Shades of Dark Orchid #871CBC

Tints of Dark Orchid #871CBC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.98%

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

R = 38.46%
G = 7.98%
B = 53.56%

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

#871CBC (or 0x871CBC) is known color: Dark Orchid. HEX triplet: 87, 1C and BC. RGB value is (135,28,188). Sum of RGB (Red+Green+Blue) = 135+28+188=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #871CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871CBC is #78E343. Grayscale: #4D4D4D. Windows color (decimal): -7922500 or 12328071. OLE color: 12328071.

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

Color convert

RGB 135 28 188 -
CMYK 0.28 0.85 0 0.26
HSL 280.13º 0.74% 0.42% -
HSV(B) 280.13º 0.85% 0.74% -
XYZ 19.48 9.61 48.41 -
YUV 78.23 189.95 168.49 -
System Red Green Blue C M Y K H S L
Decimal 135 28 188 0.28 0.85 0 0.26 280.13 0.74 0.42
Hex 87 1C BC 1C 55 0 1A 118 4A 2A
Octal 207 34 274 34 125 0 32 430 112 52
Binary 10000111 11100 10111100 11100 1010101 0 11010 100011000 1001010 101010

Color Harmonies of #871CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871CBC

Black with #871CBC

Text Example


Text Example

White with #871CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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