#872dc2

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

Shades of Dark Orchid #872DC2

Tints of Dark Orchid #872DC2

Color information

#872DC2 (or 0x872DC2) is unknown color: approx Dark Orchid. HEX triplet: 87, 2D and C2. RGB value is (135,45,194). Sum of RGB (Red+Green+Blue) = 135+45+194=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 194 (76.17% from 255 or 51.87% from 374); Max value from RGB is 194 - color contains mainly: blue. Hex color #872DC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872DC2 is #78D23D. Grayscale: #585858. Windows color (decimal): -7918142 or 12725639. OLE color: 12725639.

HSL color Cylindrical-coordinate representation of color #872DC2: hue angle of 276.24º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #872DC2 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13545194-
CMYK0.300.7700.24
HSL276.24º62.34%46.86%-
HSV(B)276.24º76.8%76.08%-
XYZ20.6710.9252.06-
YUV88.9187.32160.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.10%
GREEN value IS 45 (17.97% from 255) = 12.03%
BLUE value IS 194 (76.17% from 255) = 51.87%
R=36.10%
G=12.03%
B=51.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal135451940.300.7700.24276.2462.3446.86
Hex872DC21E4D0181143e2f
Octal20755302361150304247657
Binary1000011110110111000010111101001101011000100010100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872dc2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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