Html Css Color HEX #AD50D7 Medium Orchid

📋 copy color: '#AD50D7'

red 173 ◦ green 80 ◦ blue 215

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

Shades of Medium Orchid #AD50D7

Tints of Medium Orchid #AD50D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.94%

R = 36.97%
G = 17.09%
B = 45.94%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD50D7 (or 0xAD50D7) is known color: Medium Orchid. HEX triplet: AD, 50 and D7. RGB value is (173,80,215). Sum of RGB (Red+Green+Blue) = 173+80+215=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 215 (84.38% from 255 or 45.94% from 468); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD50D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD50D7 is #52AF28. Grayscale: #7A7A7A. Windows color (decimal): -5418793 or 14110893. OLE color: 14110893.

HSL color Cylindrical-coordinate representation of color #AD50D7: hue angle of 281.33º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD50D7 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 80 215 -
CMYK 0.20 0.63 0 0.16
HSL 281.33º 0.63% 0.58% -
HSV(B) 281.33º 0.63% 0.84% -
XYZ 32.37 19.53 66.35 -
YUV 123.2 179.81 163.52 -
System Red Green Blue C M Y K H S L
Decimal 173 80 215 0.20 0.63 0 0.16 281.33 0.63 0.58
Hex AD 50 D7 14 3F 0 10 119 3F 3A
Octal 255 120 327 24 77 0 20 431 77 72
Binary 10101101 1010000 11010111 10100 111111 0 10000 100011001 111111 111010

Color Harmonies of #AD50D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD50D7

Black with #AD50D7

Text Example


Text Example

White with #AD50D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD50D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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