Html Css Color HEX #AD53DB Medium Orchid

📋 copy color: '#AD53DB'

red 173 ◦ green 83 ◦ blue 219

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

Shades of Medium Orchid #AD53DB

Tints of Medium Orchid #AD53DB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.47%

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

R = 36.42%
G = 17.47%
B = 46.11%

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

#AD53DB (or 0xAD53DB) is known color: Medium Orchid. HEX triplet: AD, 53 and DB. RGB value is (173,83,219). Sum of RGB (Red+Green+Blue) = 173+83+219=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 83 (32.81% from 255 or 17.47% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD53DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD53DB is #52AC24. Grayscale: #7C7C7C. Windows color (decimal): -5418021 or 14373805. OLE color: 14373805.

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

Color convert

RGB 173 83 219 -
CMYK 0.21 0.62 0 0.14
HSL 279.71º 0.65% 0.59% -
HSV(B) 279.71º 0.62% 0.86% -
XYZ 33.11 20.19 69.17 -
YUV 125.41 180.82 161.94 -
System Red Green Blue C M Y K H S L
Decimal 173 83 219 0.21 0.62 0 0.14 279.71 0.65 0.59
Hex AD 53 DB 15 3E 0 E 118 41 3B
Octal 255 123 333 25 76 0 16 430 101 73
Binary 10101101 1010011 11011011 10101 111110 0 1110 100011000 1000001 111011

Color Harmonies of #AD53DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD53DB

Black with #AD53DB

Text Example


Text Example

White with #AD53DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD53DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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