Html Css Color HEX #AD5DD5 Medium Orchid

📋 copy color: '#AD5DD5'

red 173 ◦ green 93 ◦ blue 213

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

Shades of Medium Orchid #AD5DD5

Tints of Medium Orchid #AD5DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.47%

R = 36.12%
G = 19.42%
B = 44.47%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD5DD5 (or 0xAD5DD5) is known color: Medium Orchid. HEX triplet: AD, 5D and D5. RGB value is (173,93,213). Sum of RGB (Red+Green+Blue) = 173+93+213=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD5DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5DD5 is #52A22A. Grayscale: #828282. Windows color (decimal): -5415467 or 13983149. OLE color: 13983149.

HSL color Cylindrical-coordinate representation of color #AD5DD5: hue angle of 280º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD5DD5 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 93 213 -
CMYK 0.19 0.56 0 0.16
HSL 280º 0.59% 0.6% -
HSV(B) 280º 0.56% 0.84% -
XYZ 33.16 21.52 65.36 -
YUV 130.6 174.5 158.24 -
System Red Green Blue C M Y K H S L
Decimal 173 93 213 0.19 0.56 0 0.16 280 0.59 0.6
Hex AD 5D D5 13 38 0 10 118 3B 3C
Octal 255 135 325 23 70 0 20 430 73 74
Binary 10101101 1011101 11010101 10011 111000 0 10000 100011000 111011 111100

Color Harmonies of #AD5DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5DD5

Black with #AD5DD5

Text Example


Text Example

White with #AD5DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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