Html Css Color HEX #AD47DC Medium Orchid

📋 copy color: '#AD47DC'

red 173 ◦ green 71 ◦ blue 220

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

Shades of Medium Orchid #AD47DC

Tints of Medium Orchid #AD47DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.41%

R = 37.28%
G = 15.3%
B = 47.41%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD47DC (or 0xAD47DC) is known color: Medium Orchid. HEX triplet: AD, 47 and DC. RGB value is (173,71,220). Sum of RGB (Red+Green+Blue) = 173+71+220=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD47DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD47DC is #52B823. Grayscale: #757575. Windows color (decimal): -5421092 or 14436269. OLE color: 14436269.

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

Color convert

RGB 173 71 220 -
CMYK 0.21 0.68 0 0.14
HSL 281.07º 0.68% 0.57% -
HSV(B) 281.07º 0.68% 0.86% -
XYZ 32.41 18.56 69.58 -
YUV 118.48 185.29 166.88 -
System Red Green Blue C M Y K H S L
Decimal 173 71 220 0.21 0.68 0 0.14 281.07 0.68 0.57
Hex AD 47 DC 15 44 0 E 119 44 39
Octal 255 107 334 25 104 0 16 431 104 71
Binary 10101101 1000111 11011100 10101 1000100 0 1110 100011001 1000100 111001

Color Harmonies of #AD47DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD47DC

Black with #AD47DC

Text Example


Text Example

White with #AD47DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD47DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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