Html Css Color HEX #AD50D0 Medium Orchid

📋 copy color: '#AD50D0'

red 173 ◦ green 80 ◦ blue 208

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

Shades of Medium Orchid #AD50D0

Tints of Medium Orchid #AD50D0

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.35%

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

R = 37.53%
G = 17.35%
B = 45.12%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD50D0 (or 0xAD50D0) is known color: Medium Orchid. HEX triplet: AD, 50 and D0. RGB value is (173,80,208). Sum of RGB (Red+Green+Blue) = 173+80+208=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD50D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD50D0 is #52AF2F. Grayscale: #797979. Windows color (decimal): -5418800 or 13652141. OLE color: 13652141.

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

Color convert

RGB 173 80 208 -
CMYK 0.17 0.62 0 0.18
HSL 283.59º 0.58% 0.56% -
HSV(B) 283.59º 0.62% 0.82% -
XYZ 31.49 19.18 61.72 -
YUV 122.4 176.31 164.09 -
System Red Green Blue C M Y K H S L
Decimal 173 80 208 0.17 0.62 0 0.18 283.59 0.58 0.56
Hex AD 50 D0 11 3E 0 12 11C 3A 38
Octal 255 120 320 21 76 0 22 434 72 70
Binary 10101101 1010000 11010000 10001 111110 0 10010 100011100 111010 111000

Color Harmonies of #AD50D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD50D0

Black with #AD50D0

Text Example


Text Example

White with #AD50D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD50D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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