Html Css Color HEX #AD53CD Medium Orchid

📋 copy color: '#AD53CD'

red 173 ◦ green 83 ◦ blue 205

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

Shades of Medium Orchid #AD53CD

Tints of Medium Orchid #AD53CD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18%

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

R = 37.53%
G = 18%
B = 44.47%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD53CD (or 0xAD53CD) is known color: Medium Orchid. HEX triplet: AD, 53 and CD. RGB value is (173,83,205). Sum of RGB (Red+Green+Blue) = 173+83+205=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD53CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD53CD is #52AC32. Grayscale: #7B7B7B. Windows color (decimal): -5418035 or 13456301. OLE color: 13456301.

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

Color convert

RGB 173 83 205 -
CMYK 0.16 0.60 0 0.20
HSL 284.26º 0.55% 0.56% -
HSV(B) 284.26º 0.6% 0.8% -
XYZ 31.35 19.48 59.87 -
YUV 123.82 173.82 163.08 -
System Red Green Blue C M Y K H S L
Decimal 173 83 205 0.16 0.60 0 0.20 284.26 0.55 0.56
Hex AD 53 CD 10 3C 0 14 11C 37 38
Octal 255 123 315 20 74 0 24 434 67 70
Binary 10101101 1010011 11001101 10000 111100 0 10100 100011100 110111 111000

Color Harmonies of #AD53CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD53CD

Black with #AD53CD

Text Example


Text Example

White with #AD53CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD53CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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