Html Css Color HEX #AD50D4 Medium Orchid

📋 copy color: '#AD50D4'

red 173 ◦ green 80 ◦ blue 212

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

Shades of Medium Orchid #AD50D4

Tints of Medium Orchid #AD50D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.59%

R = 37.2%
G = 17.2%
B = 45.59%

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

#AD50D4 (or 0xAD50D4) is known color: Medium Orchid. HEX triplet: AD, 50 and D4. RGB value is (173,80,212). Sum of RGB (Red+Green+Blue) = 173+80+212=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD50D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD50D4 is #52AF2B. Grayscale: #7A7A7A. Windows color (decimal): -5418796 or 13914285. OLE color: 13914285.

HSL color Cylindrical-coordinate representation of color #AD50D4: hue angle of 282.27º degrees, saturation: 0.61, 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 #AD50D4 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 80 212 -
CMYK 0.18 0.62 0 0.17
HSL 282.27º 0.61% 0.57% -
HSV(B) 282.27º 0.62% 0.83% -
XYZ 31.99 19.38 64.34 -
YUV 122.86 178.31 163.77 -
System Red Green Blue C M Y K H S L
Decimal 173 80 212 0.18 0.62 0 0.17 282.27 0.61 0.57
Hex AD 50 D4 12 3E 0 11 11A 3D 39
Octal 255 120 324 22 76 0 21 432 75 71
Binary 10101101 1010000 11010100 10010 111110 0 10001 100011010 111101 111001

Color Harmonies of #AD50D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD50D4

Black with #AD50D4

Text Example


Text Example

White with #AD50D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD50D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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