Html Css Color HEX #AD5DDC Medium Orchid

📋 copy color: '#AD5DDC'

red 173 ◦ green 93 ◦ blue 220

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

Shades of Medium Orchid #AD5DDC

Tints of Medium Orchid #AD5DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.27%

R = 35.6%
G = 19.14%
B = 45.27%

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

#AD5DDC (or 0xAD5DDC) is known color: Medium Orchid. HEX triplet: AD, 5D and DC. RGB value is (173,93,220). Sum of RGB (Red+Green+Blue) = 173+93+220=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 93 (36.72% from 255 or 19.14% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD5DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5DDC is #52A223. Grayscale: #828282. Windows color (decimal): -5415460 or 14441901. OLE color: 14441901.

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

Color convert

RGB 173 93 220 -
CMYK 0.21 0.58 0 0.14
HSL 277.8º 0.64% 0.61% -
HSV(B) 277.8º 0.58% 0.86% -
XYZ 34.07 21.88 70.14 -
YUV 131.4 178 157.67 -
System Red Green Blue C M Y K H S L
Decimal 173 93 220 0.21 0.58 0 0.14 277.8 0.64 0.61
Hex AD 5D DC 15 3A 0 E 116 40 3D
Octal 255 135 334 25 72 0 16 426 100 75
Binary 10101101 1011101 11011100 10101 111010 0 1110 100010110 1000000 111101

Color Harmonies of #AD5DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5DDC

Black with #AD5DDC

Text Example


Text Example

White with #AD5DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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