Html Css Color HEX #AD56C0 Medium Orchid

📋 copy color: '#AD56C0'

red 173 ◦ green 86 ◦ blue 192

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

Shades of Medium Orchid #AD56C0

Tints of Medium Orchid #AD56C0

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.07%

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

R = 38.36%
G = 19.07%
B = 42.57%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD56C0 (or 0xAD56C0) is known color: Medium Orchid. HEX triplet: AD, 56 and C0. RGB value is (173,86,192). Sum of RGB (Red+Green+Blue) = 173+86+192=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD56C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD56C0 is #52A93F. Grayscale: #7B7B7B. Windows color (decimal): -5417280 or 12605101. OLE color: 12605101.

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

Color convert

RGB 173 86 192 -
CMYK 0.10 0.55 0 0.25
HSL 289.25º 0.46% 0.55% -
HSV(B) 289.25º 0.55% 0.75% -
XYZ 30.08 19.35 52.02 -
YUV 124.1 166.32 162.88 -
System Red Green Blue C M Y K H S L
Decimal 173 86 192 0.10 0.55 0 0.25 289.25 0.46 0.55
Hex AD 56 C0 A 37 0 19 121 2E 37
Octal 255 126 300 12 67 0 31 441 56 67
Binary 10101101 1010110 11000000 1010 110111 0 11001 100100001 101110 110111

Color Harmonies of #AD56C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD56C0

Black with #AD56C0

Text Example


Text Example

White with #AD56C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD56C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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