Html Css Color HEX #AD56CB Medium Orchid

📋 copy color: '#AD56CB'

red 173 ◦ green 86 ◦ blue 203

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

Shades of Medium Orchid #AD56CB

Tints of Medium Orchid #AD56CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.94%

R = 37.45%
G = 18.61%
B = 43.94%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD56CB (or 0xAD56CB) is known color: Medium Orchid. HEX triplet: AD, 56 and CB. RGB value is (173,86,203). Sum of RGB (Red+Green+Blue) = 173+86+203=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 86 (33.98% from 255 or 18.61% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD56CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD56CB is #52A934. Grayscale: #7C7C7C. Windows color (decimal): -5417269 or 13325997. OLE color: 13325997.

HSL color Cylindrical-coordinate representation of color #AD56CB: hue angle of 284.62º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD56CB is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 86 203 -
CMYK 0.15 0.58 0 0.20
HSL 284.62º 0.53% 0.57% -
HSV(B) 284.62º 0.58% 0.8% -
XYZ 31.34 19.85 58.68 -
YUV 125.35 171.82 161.99 -
System Red Green Blue C M Y K H S L
Decimal 173 86 203 0.15 0.58 0 0.20 284.62 0.53 0.57
Hex AD 56 CB F 3A 0 14 11D 35 39
Octal 255 126 313 17 72 0 24 435 65 71
Binary 10101101 1010110 11001011 1111 111010 0 10100 100011101 110101 111001

Color Harmonies of #AD56CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD56CB

Black with #AD56CB

Text Example


Text Example

White with #AD56CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD56CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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