#8D2FC0

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

Shades of Dark Orchid #8D2FC0

Tints of Dark Orchid #8D2FC0

Color information

#8D2FC0 (or 0x8D2FC0) is unknown color: approx Dark Orchid. HEX triplet: 8D, 2F and C0. RGB value is (141,47,192). Sum of RGB (Red+Green+Blue) = 141+47+192=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 47 (18.75% from 255 or 12.37% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #8D2FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D2FC0 is #72D03F. Grayscale: #5B5B5B. Windows color (decimal): -7524416 or 12595085. OLE color: 12595085.

HSL color Cylindrical-coordinate representation of color #8D2FC0: hue angle of 278.9º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8D2FC0 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14147192-
CMYK0.270.7600.25
HSL278.9º60.67%46.86%-
HSV(B)278.9º75.52%75.29%-
XYZ21.5211.550.96-
YUV91.64184.64163.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.11%
GREEN value IS 47 (18.75% from 255) = 12.37%
BLUE value IS 192 (75.39% from 255) = 50.53%
R=37.11%
G=12.37%
B=50.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141471920.270.7600.25278.960.6746.86
Hex8D2FC01B4C0191173d2f
Octal21557300331140314277557
Binary1000110110111111000000110111001100011001100010111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D2FC0; }

 p { color: rgb(141,47,192); }

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

<style>
 a { background-color: #8D2FC0; }

 a { background-color: rgb(141,47,192); }

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

<style>
 span { border-color: #8D2FC0; }

 span { border-color: rgb(141,47,192); }

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