Html Css Color HEX #872DBC Dark Orchid

📋 copy color: '#872DBC'

red 135 ◦ green 45 ◦ blue 188

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

Shades of Dark Orchid #872DBC

Tints of Dark Orchid #872DBC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.23%

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

R = 36.68%
G = 12.23%
B = 51.09%

CMYK

 C value IS 0.28

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#872DBC (or 0x872DBC) is known color: Dark Orchid. HEX triplet: 87, 2D and BC. RGB value is (135,45,188). Sum of RGB (Red+Green+Blue) = 135+45+188=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #872DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872DBC is #78D243. Grayscale: #575757. Windows color (decimal): -7918148 or 12332423. OLE color: 12332423.

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

Color convert

RGB 135 45 188 -
CMYK 0.28 0.76 0 0.26
HSL 277.76º 0.61% 0.46% -
HSV(B) 277.76º 0.76% 0.74% -
XYZ 20.01 10.66 48.58 -
YUV 88.21 184.32 161.37 -
System Red Green Blue C M Y K H S L
Decimal 135 45 188 0.28 0.76 0 0.26 277.76 0.61 0.46
Hex 87 2D BC 1C 4C 0 1A 116 3D 2E
Octal 207 55 274 34 114 0 32 426 75 56
Binary 10000111 101101 10111100 11100 1001100 0 11010 100010110 111101 101110

Color Harmonies of #872DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872DBC

Black with #872DBC

Text Example


Text Example

White with #872DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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