Html Css Color HEX #AD54DC Medium Orchid

📋 copy color: '#AD54DC'

red 173 ◦ green 84 ◦ blue 220

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

Shades of Medium Orchid #AD54DC

Tints of Medium Orchid #AD54DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.12%

R = 36.27%
G = 17.61%
B = 46.12%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD54DC (or 0xAD54DC) is known color: Medium Orchid. HEX triplet: AD, 54 and DC. RGB value is (173,84,220). Sum of RGB (Red+Green+Blue) = 173+84+220=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 84 (33.20% from 255 or 17.61% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD54DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD54DC is #52AB23. Grayscale: #7D7D7D. Windows color (decimal): -5417764 or 14439597. OLE color: 14439597.

HSL color Cylindrical-coordinate representation of color #AD54DC: hue angle of 279.26º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD54DC is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 84 220 -
CMYK 0.21 0.62 0 0.14
HSL 279.26º 0.66% 0.6% -
HSV(B) 279.26º 0.62% 0.86% -
XYZ 33.32 20.39 69.89 -
YUV 126.12 180.99 161.44 -
System Red Green Blue C M Y K H S L
Decimal 173 84 220 0.21 0.62 0 0.14 279.26 0.66 0.6
Hex AD 54 DC 15 3E 0 E 117 42 3C
Octal 255 124 334 25 76 0 16 427 102 74
Binary 10101101 1010100 11011100 10101 111110 0 1110 100010111 1000010 111100

Color Harmonies of #AD54DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD54DC

Black with #AD54DC

Text Example


Text Example

White with #AD54DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD54DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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