Html Css Color HEX #AD5DDB Medium Orchid

📋 copy color: '#AD5DDB'

red 173 ◦ green 93 ◦ blue 219

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

Shades of Medium Orchid #AD5DDB

Tints of Medium Orchid #AD5DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.18%

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

R = 35.67%
G = 19.18%
B = 45.15%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD5DDB (or 0xAD5DDB) is known color: Medium Orchid. HEX triplet: AD, 5D and DB. RGB value is (173,93,219). Sum of RGB (Red+Green+Blue) = 173+93+219=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD5DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5DDB is #52A224. Grayscale: #828282. Windows color (decimal): -5415461 or 14376365. OLE color: 14376365.

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

Color convert

RGB 173 93 219 -
CMYK 0.21 0.58 0 0.14
HSL 278.1º 0.64% 0.61% -
HSV(B) 278.1º 0.58% 0.86% -
XYZ 33.93 21.83 69.44 -
YUV 131.28 177.5 157.75 -
System Red Green Blue C M Y K H S L
Decimal 173 93 219 0.21 0.58 0 0.14 278.1 0.64 0.61
Hex AD 5D DB 15 3A 0 E 116 40 3D
Octal 255 135 333 25 72 0 16 426 100 75
Binary 10101101 1011101 11011011 10101 111010 0 1110 100010110 1000000 111101

Color Harmonies of #AD5DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5DDB

Black with #AD5DDB

Text Example


Text Example

White with #AD5DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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