Html Css Color HEX #AD47C9 Medium Orchid

📋 copy color: '#AD47C9'

red 173 ◦ green 71 ◦ blue 201

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

Shades of Medium Orchid #AD47C9

Tints of Medium Orchid #AD47C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.17%

R = 38.88%
G = 15.96%
B = 45.17%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD47C9 (or 0xAD47C9) is known color: Medium Orchid. HEX triplet: AD, 47 and C9. RGB value is (173,71,201). Sum of RGB (Red+Green+Blue) = 173+71+201=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD47C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD47C9 is #52B836. Grayscale: #737373. Windows color (decimal): -5421111 or 13191085. OLE color: 13191085.

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

Color convert

RGB 173 71 201 -
CMYK 0.14 0.65 0 0.21
HSL 287.08º 0.55% 0.53% -
HSV(B) 287.08º 0.65% 0.79% -
XYZ 30.03 17.61 57.07 -
YUV 116.32 175.79 168.43 -
System Red Green Blue C M Y K H S L
Decimal 173 71 201 0.14 0.65 0 0.21 287.08 0.55 0.53
Hex AD 47 C9 E 41 0 15 11F 37 35
Octal 255 107 311 16 101 0 25 437 67 65
Binary 10101101 1000111 11001001 1110 1000001 0 10101 100011111 110111 110101

Color Harmonies of #AD47C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD47C9

Black with #AD47C9

Text Example


Text Example

White with #AD47C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD47C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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