Html Css Color HEX #AD54DF Medium Orchid

📋 copy color: '#AD54DF'

red 173 ◦ green 84 ◦ blue 223

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

Shades of Medium Orchid #AD54DF

Tints of Medium Orchid #AD54DF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.5%

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

R = 36.04%
G = 17.5%
B = 46.46%

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

#AD54DF (or 0xAD54DF) is known color: Medium Orchid. HEX triplet: AD, 54 and DF. RGB value is (173,84,223). Sum of RGB (Red+Green+Blue) = 173+84+223=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 84 (33.20% from 255 or 17.5% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD54DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD54DF is #52AB20. Grayscale: #7D7D7D. Windows color (decimal): -5417761 or 14636205. OLE color: 14636205.

HSL color Cylindrical-coordinate representation of color #AD54DF: hue angle of 278.42º 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 #AD54DF is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 84 223 -
CMYK 0.22 0.62 0 0.13
HSL 278.42º 0.68% 0.6% -
HSV(B) 278.42º 0.62% 0.87% -
XYZ 33.72 20.55 72 -
YUV 126.46 182.49 161.2 -
System Red Green Blue C M Y K H S L
Decimal 173 84 223 0.22 0.62 0 0.13 278.42 0.68 0.6
Hex AD 54 DF 16 3E 0 D 116 44 3C
Octal 255 124 337 26 76 0 15 426 104 74
Binary 10101101 1010100 11011111 10110 111110 0 1101 100010110 1000100 111100

Color Harmonies of #AD54DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD54DF

Black with #AD54DF

Text Example


Text Example

White with #AD54DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD54DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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