Html Css Color HEX #AD55DF Medium Orchid

📋 copy color: '#AD55DF'

red 173 ◦ green 85 ◦ blue 223

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

Shades of Medium Orchid #AD55DF

Tints of Medium Orchid #AD55DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.67%

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

R = 35.97%
G = 17.67%
B = 46.36%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD55DF (or 0xAD55DF) is known color: Medium Orchid. HEX triplet: AD, 55 and DF. RGB value is (173,85,223). Sum of RGB (Red+Green+Blue) = 173+85+223=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD55DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD55DF is #52AA20. Grayscale: #7E7E7E. Windows color (decimal): -5417505 or 14636461. OLE color: 14636461.

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

Color convert

RGB 173 85 223 -
CMYK 0.22 0.62 0 0.13
HSL 278.26º 0.68% 0.6% -
HSV(B) 278.26º 0.62% 0.87% -
XYZ 33.8 20.71 72.03 -
YUV 127.04 182.15 160.78 -
System Red Green Blue C M Y K H S L
Decimal 173 85 223 0.22 0.62 0 0.13 278.26 0.68 0.6
Hex AD 55 DF 16 3E 0 D 116 44 3C
Octal 255 125 337 26 76 0 15 426 104 74
Binary 10101101 1010101 11011111 10110 111110 0 1101 100010110 1000100 111100

Color Harmonies of #AD55DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD55DF

Black with #AD55DF

Text Example


Text Example

White with #AD55DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD55DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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