Html Css Color HEX #AD50F0 Medium Orchid

📋 copy color: '#AD50F0'

red 173 ◦ green 80 ◦ blue 240

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

Shades of Medium Orchid #AD50F0

Tints of Medium Orchid #AD50F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.68%

R = 35.09%
G = 16.23%
B = 48.68%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AD50F0 (or 0xAD50F0) is known color: Medium Orchid. HEX triplet: AD, 50 and F0. RGB value is (173,80,240). Sum of RGB (Red+Green+Blue) = 173+80+240=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 80 (31.64% from 255 or 16.23% from 493); Blue value is 240 (94.14% from 255 or 48.68% from 493); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD50F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD50F0 is #52AF0F. Grayscale: #7D7D7D. Windows color (decimal): -5418768 or 15749293. OLE color: 15749293.

HSL color Cylindrical-coordinate representation of color #AD50F0: hue angle of 274.88º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD50F0 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 80 240 -
CMYK 0.28 0.67 0 0.06
HSL 274.88º 0.84% 0.63% -
HSV(B) 274.88º 0.67% 0.94% -
XYZ 35.83 20.91 84.59 -
YUV 126.05 192.31 161.49 -
System Red Green Blue C M Y K H S L
Decimal 173 80 240 0.28 0.67 0 0.06 274.88 0.84 0.63
Hex AD 50 F0 1C 43 0 6 113 54 3F
Octal 255 120 360 34 103 0 6 423 124 77
Binary 10101101 1010000 11110000 11100 1000011 0 110 100010011 1010100 111111

Color Harmonies of #AD50F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD50F0

Black with #AD50F0

Text Example


Text Example

White with #AD50F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD50F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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