Html Css Color HEX #AD47DD Medium Orchid

📋 copy color: '#AD47DD'

red 173 ◦ green 71 ◦ blue 221

#AD47DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #AD47DD

Tints of Medium Orchid #AD47DD

RGB

 RED value IS 173 (67.97% from 255) = 37.2%

 GREEN value IS 71 (28.13% from 255) = 15.27%

 BLUE value IS 221 (86.72% from 255) = 47.53%

R = 37.2%
G = 15.27%
B = 47.53%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD47DD (or 0xAD47DD) is known color: Medium Orchid. HEX triplet: AD, 47 and DD. RGB value is (173,71,221). Sum of RGB (Red+Green+Blue) = 173+71+221=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 71 (28.12% from 255 or 15.27% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD47DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD47DD is #52B822. Grayscale: #767676. Windows color (decimal): -5421091 or 14501805. OLE color: 14501805.

HSL color Cylindrical-coordinate representation of color #AD47DD: hue angle of 280.8º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD47DD is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 71 221 -
CMYK 0.22 0.68 0 0.13
HSL 280.8º 0.69% 0.57% -
HSV(B) 280.8º 0.68% 0.87% -
XYZ 32.54 18.61 70.28 -
YUV 118.6 185.79 166.8 -
System Red Green Blue C M Y K H S L
Decimal 173 71 221 0.22 0.68 0 0.13 280.8 0.69 0.57
Hex AD 47 DD 16 44 0 D 119 45 39
Octal 255 107 335 26 104 0 15 431 105 71
Binary 10101101 1000111 11011101 10110 1000100 0 1101 100011001 1000101 111001

Color Harmonies of #AD47DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD47DD

Black with #AD47DD

Text Example


Text Example

White with #AD47DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD47DD; }

 p { color: rgb(173,71,221); }

 H1.HeaderClassName
 {
   color: #AD47DD;
 }
 .AnyTagClassName
 {
   color: #AD47DD;
 }
</style>

background-color css

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

 a { background-color: rgb(173,71,221); }

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

border-color css

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

 span { border-color: rgb(173,71,221); }

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