#ad58dc

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

Shades of Medium Orchid #AD58DC

Tints of Medium Orchid #AD58DC

Color information

#AD58DC (or 0xAD58DC) is unknown color: approx Medium Orchid. HEX triplet: AD, 58 and DC. RGB value is (173,88,220). Sum of RGB (Red+Green+Blue) = 173+88+220=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD58DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD58DC is #52A723. Grayscale: #808080. Windows color (decimal): -5416740 or 14440621. OLE color: 14440621.

HSL color Cylindrical-coordinate representation of color #AD58DC: hue angle of 278.64º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD58DC is Cyan = 0.21, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17388220-
CMYK0.210.600.14
HSL278.64º65.35%60.39%-
HSV(B)278.64º60%86.27%-
XYZ33.6421.0370-
YUV128.46179.66159.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.97%
GREEN value IS 88 (34.77% from 255) = 18.30%
BLUE value IS 220 (86.33% from 255) = 45.74%
R=35.97%
G=18.30%
B=45.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal173882200.210.600.14278.6465.3560.39
HexAD58DC153C0E117413c
Octal255130334257401642710174
Binary1010110110110001101110010101111100011101000101111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad58dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad58dc; }

 p { color: rgb(173,88,220); }

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

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

 a { background-color: rgb(173,88,220); }

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

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

 span { border-color: rgb(173,88,220); }

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