Html Css Color HEX #AD47D0 Medium Orchid

📋 copy color: '#AD47D0'

red 173 ◦ green 71 ◦ blue 208

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

Shades of Medium Orchid #AD47D0

Tints of Medium Orchid #AD47D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.02%

R = 38.27%
G = 15.71%
B = 46.02%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD47D0 (or 0xAD47D0) is known color: Medium Orchid. HEX triplet: AD, 47 and D0. RGB value is (173,71,208). Sum of RGB (Red+Green+Blue) = 173+71+208=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD47D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD47D0 is #52B82F. Grayscale: #747474. Windows color (decimal): -5421104 or 13649837. OLE color: 13649837.

HSL color Cylindrical-coordinate representation of color #AD47D0: hue angle of 284.67º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD47D0 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 71 208 -
CMYK 0.17 0.66 0 0.18
HSL 284.67º 0.59% 0.55% -
HSV(B) 284.67º 0.66% 0.82% -
XYZ 30.87 17.94 61.51 -
YUV 117.12 179.29 167.86 -
System Red Green Blue C M Y K H S L
Decimal 173 71 208 0.17 0.66 0 0.18 284.67 0.59 0.55
Hex AD 47 D0 11 42 0 12 11D 3B 37
Octal 255 107 320 21 102 0 22 435 73 67
Binary 10101101 1000111 11010000 10001 1000010 0 10010 100011101 111011 110111

Color Harmonies of #AD47D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD47D0

Black with #AD47D0

Text Example


Text Example

White with #AD47D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD47D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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