Html Css Color HEX #AD54DB Medium Orchid

📋 copy color: '#AD54DB'

red 173 ◦ green 84 ◦ blue 219

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

Shades of Medium Orchid #AD54DB

Tints of Medium Orchid #AD54DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.01%

R = 36.34%
G = 17.65%
B = 46.01%

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

#AD54DB (or 0xAD54DB) is known color: Medium Orchid. HEX triplet: AD, 54 and DB. RGB value is (173,84,219). Sum of RGB (Red+Green+Blue) = 173+84+219=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD54DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD54DB is #52AB24. Grayscale: #7D7D7D. Windows color (decimal): -5417765 or 14374061. OLE color: 14374061.

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

Color convert

RGB 173 84 219 -
CMYK 0.21 0.62 0 0.14
HSL 279.56º 0.65% 0.59% -
HSV(B) 279.56º 0.62% 0.86% -
XYZ 33.19 20.34 69.19 -
YUV 126 180.49 161.52 -
System Red Green Blue C M Y K H S L
Decimal 173 84 219 0.21 0.62 0 0.14 279.56 0.65 0.59
Hex AD 54 DB 15 3E 0 E 118 41 3B
Octal 255 124 333 25 76 0 16 430 101 73
Binary 10101101 1010100 11011011 10101 111110 0 1110 100011000 1000001 111011

Color Harmonies of #AD54DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD54DB

Black with #AD54DB

Text Example


Text Example

White with #AD54DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD54DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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