#8C47CD

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

Shades of Dark Orchid #8C47CD

Tints of Dark Orchid #8C47CD

Color information

#8C47CD (or 0x8C47CD) is unknown color: approx Dark Orchid. HEX triplet: 8C, 47 and CD. RGB value is (140,71,205). Sum of RGB (Red+Green+Blue) = 140+71+205=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C47CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C47CD is #73B832. Grayscale: #6A6A6A. Windows color (decimal): -7583795 or 13453196. OLE color: 13453196.

HSL color Cylindrical-coordinate representation of color #8C47CD: hue angle of 270.9º 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 #8C47CD is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14071205-
CMYK0.320.6500.20
HSL270.9º57.26%54.12%-
HSV(B)270.9º65.37%80.39%-
XYZ24.0914.4959.28-
YUV106.91183.36151.6-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.65%
GREEN value IS 71 (28.12% from 255) = 17.07%
BLUE value IS 205 (80.47% from 255) = 49.28%
R=33.65%
G=17.07%
B=49.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal140712050.320.6500.20270.957.2654.12
Hex8C47CD204101410f3936
Octal214107315401010244177166
Binary100011001000111110011011000001000001010100100001111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C47CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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