Html Css Color HEX #AD56DB Medium Orchid

📋 copy color: '#AD56DB'

red 173 ◦ green 86 ◦ blue 219

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

Shades of Medium Orchid #AD56DB

Tints of Medium Orchid #AD56DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.99%

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

R = 36.19%
G = 17.99%
B = 45.82%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD56DB (or 0xAD56DB) is known color: Medium Orchid. HEX triplet: AD, 56 and DB. RGB value is (173,86,219). Sum of RGB (Red+Green+Blue) = 173+86+219=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 86 (33.98% from 255 or 17.99% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD56DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD56DB is #52A924. Grayscale: #7E7E7E. Windows color (decimal): -5417253 or 14374573. OLE color: 14374573.

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

Color convert

RGB 173 86 219 -
CMYK 0.21 0.61 0 0.14
HSL 279.25º 0.65% 0.6% -
HSV(B) 279.25º 0.61% 0.86% -
XYZ 33.35 20.65 69.25 -
YUV 127.18 179.82 160.69 -
System Red Green Blue C M Y K H S L
Decimal 173 86 219 0.21 0.61 0 0.14 279.25 0.65 0.6
Hex AD 56 DB 15 3D 0 E 117 41 3C
Octal 255 126 333 25 75 0 16 427 101 74
Binary 10101101 1010110 11011011 10101 111101 0 1110 100010111 1000001 111100

Color Harmonies of #AD56DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD56DB

Black with #AD56DB

Text Example


Text Example

White with #AD56DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD56DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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