Html Css Color HEX #AD5DDD Medium Orchid

📋 copy color: '#AD5DDD'

red 173 ◦ green 93 ◦ blue 221

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

Shades of Medium Orchid #AD5DDD

Tints of Medium Orchid #AD5DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.38%

R = 35.52%
G = 19.1%
B = 45.38%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD5DDD (or 0xAD5DDD) is known color: Medium Orchid. HEX triplet: AD, 5D and DD. RGB value is (173,93,221). Sum of RGB (Red+Green+Blue) = 173+93+221=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD5DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5DDD is #52A222. Grayscale: #838383. Windows color (decimal): -5415459 or 14507437. OLE color: 14507437.

HSL color Cylindrical-coordinate representation of color #AD5DDD: hue angle of 277.5º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD5DDD is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 93 221 -
CMYK 0.22 0.58 0 0.13
HSL 277.5º 0.65% 0.62% -
HSV(B) 277.5º 0.58% 0.87% -
XYZ 34.2 21.93 70.84 -
YUV 131.51 178.5 157.59 -
System Red Green Blue C M Y K H S L
Decimal 173 93 221 0.22 0.58 0 0.13 277.5 0.65 0.62
Hex AD 5D DD 16 3A 0 D 116 41 3E
Octal 255 135 335 26 72 0 15 426 101 76
Binary 10101101 1011101 11011101 10110 111010 0 1101 100010110 1000001 111110

Color Harmonies of #AD5DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5DDD

Black with #AD5DDD

Text Example


Text Example

White with #AD5DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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