#ad54cc

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

Shades of Medium Orchid #AD54CC

Tints of Medium Orchid #AD54CC

Color information

#AD54CC (or 0xAD54CC) is unknown color: approx Medium Orchid. HEX triplet: AD, 54 and CC. RGB value is (173,84,204). Sum of RGB (Red+Green+Blue) = 173+84+204=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD54CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD54CC is #52AB33. Grayscale: #7B7B7B. Windows color (decimal): -5417780 or 13391021. OLE color: 13391021.

HSL color Cylindrical-coordinate representation of color #AD54CC: hue angle of 284.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD54CC is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17384204-
CMYK0.150.5900.2
HSL284.5º54.05%56.47%-
HSV(B)284.5º58.82%80%-
XYZ31.319.5859.26-
YUV124.29172.99162.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.53%
GREEN value IS 84 (33.20% from 255) = 18.22%
BLUE value IS 204 (80.08% from 255) = 44.25%
R=37.53%
G=18.22%
B=44.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal173842040.150.5900.2284.554.0556.47
HexAD54CCF3B01411c3638
Octal25512431417730244346670
Binary101011011010100110011001111111011010100100011100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad54cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad54cc; }

 p { color: rgb(173,84,204); }

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

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

 a { background-color: rgb(173,84,204); }

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

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

 span { border-color: rgb(173,84,204); }

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