Html Css Color HEX #AD56DA Medium Orchid

📋 copy color: '#AD56DA'

red 173 ◦ green 86 ◦ blue 218

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

Shades of Medium Orchid #AD56DA

Tints of Medium Orchid #AD56DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.7%

R = 36.27%
G = 18.03%
B = 45.7%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD56DA (or 0xAD56DA) is known color: Medium Orchid. HEX triplet: AD, 56 and DA. RGB value is (173,86,218). Sum of RGB (Red+Green+Blue) = 173+86+218=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 86 (33.98% from 255 or 18.03% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD56DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD56DA is #52A925. Grayscale: #7E7E7E. Windows color (decimal): -5417254 or 14309037. OLE color: 14309037.

HSL color Cylindrical-coordinate representation of color #AD56DA: hue angle of 279.55º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD56DA is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 86 218 -
CMYK 0.21 0.61 0 0.15
HSL 279.55º 0.64% 0.6% -
HSV(B) 279.55º 0.61% 0.85% -
XYZ 33.22 20.6 68.56 -
YUV 127.06 179.32 160.77 -
System Red Green Blue C M Y K H S L
Decimal 173 86 218 0.21 0.61 0 0.15 279.55 0.64 0.6
Hex AD 56 DA 15 3D 0 F 118 40 3C
Octal 255 126 332 25 75 0 17 430 100 74
Binary 10101101 1010110 11011010 10101 111101 0 1111 100011000 1000000 111100

Color Harmonies of #AD56DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD56DA

Black with #AD56DA

Text Example


Text Example

White with #AD56DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD56DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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