Html Css Color HEX #AD47CD Medium Orchid

📋 copy color: '#AD47CD'

red 173 ◦ green 71 ◦ blue 205

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

Shades of Medium Orchid #AD47CD

Tints of Medium Orchid #AD47CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.66%

R = 38.53%
G = 15.81%
B = 45.66%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD47CD (or 0xAD47CD) is known color: Medium Orchid. HEX triplet: AD, 47 and CD. RGB value is (173,71,205). Sum of RGB (Red+Green+Blue) = 173+71+205=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD47CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD47CD is #52B832. Grayscale: #747474. Windows color (decimal): -5421107 or 13453229. OLE color: 13453229.

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

Color convert

RGB 173 71 205 -
CMYK 0.16 0.65 0 0.20
HSL 285.67º 0.57% 0.54% -
HSV(B) 285.67º 0.65% 0.8% -
XYZ 30.51 17.8 59.59 -
YUV 116.77 177.79 168.1 -
System Red Green Blue C M Y K H S L
Decimal 173 71 205 0.16 0.65 0 0.20 285.67 0.57 0.54
Hex AD 47 CD 10 41 0 14 11E 39 36
Octal 255 107 315 20 101 0 24 436 71 66
Binary 10101101 1000111 11001101 10000 1000001 0 10100 100011110 111001 110110

Color Harmonies of #AD47CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD47CD

Black with #AD47CD

Text Example


Text Example

White with #AD47CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD47CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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