Html Css Color HEX #871CCA Dark Orchid

📋 copy color: '#871CCA'

red 135 ◦ green 28 ◦ blue 202

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

Shades of Dark Orchid #871CCA

Tints of Dark Orchid #871CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 55.34%

R = 36.99%
G = 7.67%
B = 55.34%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#871CCA (or 0x871CCA) is known color: Dark Orchid. HEX triplet: 87, 1C and CA. RGB value is (135,28,202). Sum of RGB (Red+Green+Blue) = 135+28+202=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #871CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871CCA is #78E335. Grayscale: #4F4F4F. Windows color (decimal): -7922486 or 13245575. OLE color: 13245575.

HSL color Cylindrical-coordinate representation of color #871CCA: hue angle of 276.9º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871CCA is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 135 28 202 -
CMYK 0.33 0.86 0 0.21
HSL 276.9º 0.76% 0.45% -
HSV(B) 276.9º 0.86% 0.79% -
XYZ 21.07 10.25 56.74 -
YUV 79.83 196.95 167.35 -
System Red Green Blue C M Y K H S L
Decimal 135 28 202 0.33 0.86 0 0.21 276.9 0.76 0.45
Hex 87 1C CA 21 56 0 15 115 4C 2D
Octal 207 34 312 41 126 0 25 425 114 55
Binary 10000111 11100 11001010 100001 1010110 0 10101 100010101 1001100 101101

Color Harmonies of #871CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871CCA

Black with #871CCA

Text Example


Text Example

White with #871CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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