#8C47CC

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

Shades of Dark Orchid #8C47CC

Tints of Dark Orchid #8C47CC

Color information

#8C47CC (or 0x8C47CC) is unknown color: approx Dark Orchid. HEX triplet: 8C, 47 and CC. RGB value is (140,71,204). Sum of RGB (Red+Green+Blue) = 140+71+204=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 71 (28.12% from 255 or 17.11% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C47CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C47CC is #73B833. Grayscale: #6A6A6A. Windows color (decimal): -7583796 or 13387660. OLE color: 13387660.

HSL color Cylindrical-coordinate representation of color #8C47CC: hue angle of 271.13º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C47CC is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14071204-
CMYK0.310.6500.2
HSL271.13º56.6%53.92%-
HSV(B)271.13º65.2%80%-
XYZ23.9714.4458.65-
YUV106.79182.86151.69-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.73%
GREEN value IS 71 (28.12% from 255) = 17.11%
BLUE value IS 204 (80.08% from 255) = 49.16%
R=33.73%
G=17.11%
B=49.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal140712040.310.6500.2271.1356.653.92
Hex8C47CC1F4101410f3936
Octal214107314371010244177166
Binary10001100100011111001100111111000001010100100001111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C47CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,71,204); }

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

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

 a { background-color: rgb(140,71,204); }

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

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

 span { border-color: rgb(140,71,204); }

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