Html Css Color HEX #872ECB Dark Orchid

📋 copy color: '#872ECB'

red 135 ◦ green 46 ◦ blue 203

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

Shades of Dark Orchid #872ECB

Tints of Dark Orchid #872ECB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.98%

 BLUE value IS 203 (79.69% from 255) = 52.86%

R = 35.16%
G = 11.98%
B = 52.86%

CMYK

 C value IS 0.33

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#872ECB (or 0x872ECB) is known color: Dark Orchid. HEX triplet: 87, 2E and CB. RGB value is (135,46,203). Sum of RGB (Red+Green+Blue) = 135+46+203=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 46 (18.36% from 255 or 11.98% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #872ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872ECB is #78D134. Grayscale: #595959. Windows color (decimal): -7917877 or 13315719. OLE color: 13315719.

HSL color Cylindrical-coordinate representation of color #872ECB: hue angle of 274.01º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #872ECB is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 46 203 -
CMYK 0.33 0.77 0 0.20
HSL 274.01º 0.63% 0.49% -
HSV(B) 274.01º 0.77% 0.8% -
XYZ 21.75 11.42 57.56 -
YUV 90.51 191.49 159.73 -
System Red Green Blue C M Y K H S L
Decimal 135 46 203 0.33 0.77 0 0.20 274.01 0.63 0.49
Hex 87 2E CB 21 4D 0 14 112 3F 31
Octal 207 56 313 41 115 0 24 422 77 61
Binary 10000111 101110 11001011 100001 1001101 0 10100 100010010 111111 110001

Color Harmonies of #872ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872ECB

Black with #872ECB

Text Example


Text Example

White with #872ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,46,203); }

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

background-color css

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

 a { background-color: rgb(135,46,203); }

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

border-color css

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

 span { border-color: rgb(135,46,203); }

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