Html Css Color HEX #AD47C6 Medium Orchid

📋 copy color: '#AD47C6'

red 173 ◦ green 71 ◦ blue 198

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

Shades of Medium Orchid #AD47C6

Tints of Medium Orchid #AD47C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44.8%

R = 39.14%
G = 16.06%
B = 44.8%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD47C6 (or 0xAD47C6) is known color: Medium Orchid. HEX triplet: AD, 47 and C6. RGB value is (173,71,198). Sum of RGB (Red+Green+Blue) = 173+71+198=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 71 (28.12% from 255 or 16.06% from 442); Blue value is 198 (77.73% from 255 or 44.80% from 442); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD47C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD47C6 is #52B839. Grayscale: #737373. Windows color (decimal): -5421114 or 12994477. OLE color: 12994477.

HSL color Cylindrical-coordinate representation of color #AD47C6: hue angle of 288.19º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD47C6 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 71 198 -
CMYK 0.13 0.64 0 0.22
HSL 288.19º 0.53% 0.53% -
HSV(B) 288.19º 0.64% 0.78% -
XYZ 29.68 17.47 55.23 -
YUV 115.98 174.29 168.67 -
System Red Green Blue C M Y K H S L
Decimal 173 71 198 0.13 0.64 0 0.22 288.19 0.53 0.53
Hex AD 47 C6 D 40 0 16 120 35 35
Octal 255 107 306 15 100 0 26 440 65 65
Binary 10101101 1000111 11000110 1101 1000000 0 10110 100100000 110101 110101

Color Harmonies of #AD47C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD47C6

Black with #AD47C6

Text Example


Text Example

White with #AD47C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD47C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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