Html Css Color HEX #AD50C0 Medium Orchid

📋 copy color: '#AD50C0'

red 173 ◦ green 80 ◦ blue 192

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

Shades of Medium Orchid #AD50C0

Tints of Medium Orchid #AD50C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.15%

R = 38.88%
G = 17.98%
B = 43.15%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD50C0 (or 0xAD50C0) is known color: Medium Orchid. HEX triplet: AD, 50 and C0. RGB value is (173,80,192). Sum of RGB (Red+Green+Blue) = 173+80+192=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD50C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD50C0 is #52AF3F. Grayscale: #787878. Windows color (decimal): -5418816 or 12603565. OLE color: 12603565.

HSL color Cylindrical-coordinate representation of color #AD50C0: hue angle of 289.82º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD50C0 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 80 192 -
CMYK 0.10 0.58 0 0.25
HSL 289.82º 0.47% 0.53% -
HSV(B) 289.82º 0.58% 0.75% -
XYZ 29.62 18.43 51.87 -
YUV 120.58 168.31 165.39 -
System Red Green Blue C M Y K H S L
Decimal 173 80 192 0.10 0.58 0 0.25 289.82 0.47 0.53
Hex AD 50 C0 A 3A 0 19 122 2F 35
Octal 255 120 300 12 72 0 31 442 57 65
Binary 10101101 1010000 11000000 1010 111010 0 11001 100100010 101111 110101

Color Harmonies of #AD50C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD50C0

Black with #AD50C0

Text Example


Text Example

White with #AD50C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD50C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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