Html Css Color HEX #AD5DCD Medium Orchid

📋 copy color: '#AD5DCD'

red 173 ◦ green 93 ◦ blue 205

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

Shades of Medium Orchid #AD5DCD

Tints of Medium Orchid #AD5DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.52%

R = 36.73%
G = 19.75%
B = 43.52%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD5DCD (or 0xAD5DCD) is known color: Medium Orchid. HEX triplet: AD, 5D and CD. RGB value is (173,93,205). Sum of RGB (Red+Green+Blue) = 173+93+205=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD5DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5DCD is #52A232. Grayscale: #818181. Windows color (decimal): -5415475 or 13458861. OLE color: 13458861.

HSL color Cylindrical-coordinate representation of color #AD5DCD: hue angle of 282.86º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD5DCD is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 93 205 -
CMYK 0.16 0.55 0 0.20
HSL 282.86º 0.53% 0.58% -
HSV(B) 282.86º 0.55% 0.8% -
XYZ 32.17 21.12 60.14 -
YUV 129.69 170.5 158.89 -
System Red Green Blue C M Y K H S L
Decimal 173 93 205 0.16 0.55 0 0.20 282.86 0.53 0.58
Hex AD 5D CD 10 37 0 14 11B 35 3A
Octal 255 135 315 20 67 0 24 433 65 72
Binary 10101101 1011101 11001101 10000 110111 0 10100 100011011 110101 111010

Color Harmonies of #AD5DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5DCD

Black with #AD5DCD

Text Example


Text Example

White with #AD5DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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