#872ECA

Color #872ECA Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #872ECA

Tints of Dark Orchid #872ECA

Color information

#872ECA (or 0x872ECA) is unknown color: approx Dark Orchid. HEX triplet: 87, 2E and CA. RGB value is (135,46,202). Sum of RGB (Red+Green+Blue) = 135+46+202=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 46 (18.36% from 255 or 12.01% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #872ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872ECA is #78D135. Grayscale: #595959. Windows color (decimal): -7917878 or 13250183. OLE color: 13250183.

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

Color convert

RGB13546202-
CMYK0.330.7700.21
HSL274.23º62.9%48.63%-
HSV(B)274.23º77.23%79.22%-
XYZ21.6311.3756.93-
YUV90.4190.99159.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.25%
GREEN value IS 46 (18.36% from 255) = 12.01%
BLUE value IS 202 (79.30% from 255) = 52.74%
R=35.25%
G=12.01%
B=52.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal135462020.330.7700.21274.2362.948.63
Hex872ECA214D0151123f31
Octal20756312411150254227761
Binary10000111101110110010101000011001101010101100010010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #872ECA;
 }
 .AnyTagClassName
 {
   color: #872ECA;
 }
</style>
background-color css

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

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

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

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

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

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