Html Css Color HEX #AD4DDF Medium Orchid

📋 copy color: '#AD4DDF'

red 173 ◦ green 77 ◦ blue 223

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

Shades of Medium Orchid #AD4DDF

Tints of Medium Orchid #AD4DDF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.28%

 BLUE value IS 223 (87.5% from 255) = 47.15%

R = 36.58%
G = 16.28%
B = 47.15%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD4DDF (or 0xAD4DDF) is known color: Medium Orchid. HEX triplet: AD, 4D and DF. RGB value is (173,77,223). Sum of RGB (Red+Green+Blue) = 173+77+223=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD4DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4DDF is #52B220. Grayscale: #797979. Windows color (decimal): -5419553 or 14634413. OLE color: 14634413.

HSL color Cylindrical-coordinate representation of color #AD4DDF: hue angle of 279.45º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD4DDF is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 77 223 -
CMYK 0.22 0.65 0 0.13
HSL 279.45º 0.7% 0.59% -
HSV(B) 279.45º 0.65% 0.87% -
XYZ 33.21 19.52 71.83 -
YUV 122.35 184.8 164.13 -
System Red Green Blue C M Y K H S L
Decimal 173 77 223 0.22 0.65 0 0.13 279.45 0.7 0.59
Hex AD 4D DF 16 41 0 D 117 46 3B
Octal 255 115 337 26 101 0 15 427 106 73
Binary 10101101 1001101 11011111 10110 1000001 0 1101 100010111 1000110 111011

Color Harmonies of #AD4DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4DDF

Black with #AD4DDF

Text Example


Text Example

White with #AD4DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4DDF; }

 p { color: rgb(173,77,223); }

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

background-color css

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

 a { background-color: rgb(173,77,223); }

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

border-color css

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

 span { border-color: rgb(173,77,223); }

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