Html Css Color HEX #AD50D3 Medium Orchid

📋 copy color: '#AD50D3'

red 173 ◦ green 80 ◦ blue 211

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

Shades of Medium Orchid #AD50D3

Tints of Medium Orchid #AD50D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 45.47%

R = 37.28%
G = 17.24%
B = 45.47%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AD50D3 (or 0xAD50D3) is known color: Medium Orchid. HEX triplet: AD, 50 and D3. RGB value is (173,80,211). Sum of RGB (Red+Green+Blue) = 173+80+211=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 211 - color contains mainly: blue. Hex color #AD50D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD50D3 is #52AF2C. Grayscale: #7A7A7A. Windows color (decimal): -5418797 or 13848749. OLE color: 13848749.

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

Color convert

RGB 173 80 211 -
CMYK 0.18 0.62 0 0.17
HSL 282.6º 0.6% 0.57% -
HSV(B) 282.6º 0.62% 0.83% -
XYZ 31.86 19.32 63.68 -
YUV 122.74 177.81 163.85 -
System Red Green Blue C M Y K H S L
Decimal 173 80 211 0.18 0.62 0 0.17 282.6 0.6 0.57
Hex AD 50 D3 12 3E 0 11 11B 3C 39
Octal 255 120 323 22 76 0 21 433 74 71
Binary 10101101 1010000 11010011 10010 111110 0 10001 100011011 111100 111001

Color Harmonies of #AD50D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD50D3

Black with #AD50D3

Text Example


Text Example

White with #AD50D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD50D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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