Html Css Color HEX #872ECC Dark Orchid

📋 copy color: '#872ECC'

red 135 ◦ green 46 ◦ blue 204

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

Shades of Dark Orchid #872ECC

Tints of Dark Orchid #872ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.99%

R = 35.06%
G = 11.95%
B = 52.99%

CMYK

 C value IS 0.34

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#872ECC (or 0x872ECC) is known color: Dark Orchid. HEX triplet: 87, 2E and CC. RGB value is (135,46,204). Sum of RGB (Red+Green+Blue) = 135+46+204=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #872ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872ECC is #78D133. Grayscale: #5A5A5A. Windows color (decimal): -7917876 or 13381255. OLE color: 13381255.

HSL color Cylindrical-coordinate representation of color #872ECC: hue angle of 273.8º 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 #872ECC is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 135 46 204 -
CMYK 0.34 0.77 0 0.2
HSL 273.8º 0.63% 0.49% -
HSV(B) 273.8º 0.77% 0.8% -
XYZ 21.87 11.46 58.19 -
YUV 90.62 191.99 159.65 -
System Red Green Blue C M Y K H S L
Decimal 135 46 204 0.34 0.77 0 0.2 273.8 0.63 0.49
Hex 87 2E CC 22 4D 0 14 112 3F 31
Octal 207 56 314 42 115 0 24 422 77 61
Binary 10000111 101110 11001100 100010 1001101 0 10100 100010010 111111 110001

Color Harmonies of #872ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872ECC

Black with #872ECC

Text Example


Text Example

White with #872ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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