Html Css Color HEX #AD56CE Medium Orchid

📋 copy color: '#AD56CE'

red 173 ◦ green 86 ◦ blue 206

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

Shades of Medium Orchid #AD56CE

Tints of Medium Orchid #AD56CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.3%

R = 37.2%
G = 18.49%
B = 44.3%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD56CE (or 0xAD56CE) is known color: Medium Orchid. HEX triplet: AD, 56 and CE. RGB value is (173,86,206). Sum of RGB (Red+Green+Blue) = 173+86+206=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD56CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD56CE is #52A931. Grayscale: #7D7D7D. Windows color (decimal): -5417266 or 13522605. OLE color: 13522605.

HSL color Cylindrical-coordinate representation of color #AD56CE: hue angle of 283.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD56CE is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 86 206 -
CMYK 0.16 0.58 0 0.19
HSL 283.5º 0.55% 0.57% -
HSV(B) 283.5º 0.58% 0.81% -
XYZ 31.7 20 60.58 -
YUV 125.69 173.32 161.74 -
System Red Green Blue C M Y K H S L
Decimal 173 86 206 0.16 0.58 0 0.19 283.5 0.55 0.57
Hex AD 56 CE 10 3A 0 13 11C 37 39
Octal 255 126 316 20 72 0 23 434 67 71
Binary 10101101 1010110 11001110 10000 111010 0 10011 100011100 110111 111001

Color Harmonies of #AD56CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD56CE

Black with #AD56CE

Text Example


Text Example

White with #AD56CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD56CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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