Html Css Color HEX #AD53D0 Medium Orchid

📋 copy color: '#AD53D0'

red 173 ◦ green 83 ◦ blue 208

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

Shades of Medium Orchid #AD53D0

Tints of Medium Orchid #AD53D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.83%

R = 37.28%
G = 17.89%
B = 44.83%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD53D0 (or 0xAD53D0) is known color: Medium Orchid. HEX triplet: AD, 53 and D0. RGB value is (173,83,208). Sum of RGB (Red+Green+Blue) = 173+83+208=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD53D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD53D0 is #52AC2F. Grayscale: #7B7B7B. Windows color (decimal): -5418032 or 13652909. OLE color: 13652909.

HSL color Cylindrical-coordinate representation of color #AD53D0: hue angle of 283.2º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD53D0 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 83 208 -
CMYK 0.17 0.60 0 0.18
HSL 283.2º 0.57% 0.57% -
HSV(B) 283.2º 0.6% 0.82% -
XYZ 31.71 19.62 61.79 -
YUV 124.16 175.32 162.84 -
System Red Green Blue C M Y K H S L
Decimal 173 83 208 0.17 0.60 0 0.18 283.2 0.57 0.57
Hex AD 53 D0 11 3C 0 12 11B 39 39
Octal 255 123 320 21 74 0 22 433 71 71
Binary 10101101 1010011 11010000 10001 111100 0 10010 100011011 111001 111001

Color Harmonies of #AD53D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD53D0

Black with #AD53D0

Text Example


Text Example

White with #AD53D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD53D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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