Html Css Color HEX #AD4DC0 Medium Orchid

📋 copy color: '#AD4DC0'

red 173 ◦ green 77 ◦ blue 192

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

Shades of Medium Orchid #AD4DC0

Tints of Medium Orchid #AD4DC0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.42%

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

R = 39.14%
G = 17.42%
B = 43.44%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD4DC0 (or 0xAD4DC0) is known color: Medium Orchid. HEX triplet: AD, 4D and C0. RGB value is (173,77,192). Sum of RGB (Red+Green+Blue) = 173+77+192=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD4DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4DC0 is #52B23F. Grayscale: #767676. Windows color (decimal): -5419584 or 12602797. OLE color: 12602797.

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

Color convert

RGB 173 77 192 -
CMYK 0.10 0.60 0 0.25
HSL 290.09º 0.48% 0.53% -
HSV(B) 290.09º 0.6% 0.75% -
XYZ 29.4 18 51.79 -
YUV 118.81 169.3 166.65 -
System Red Green Blue C M Y K H S L
Decimal 173 77 192 0.10 0.60 0 0.25 290.09 0.48 0.53
Hex AD 4D C0 A 3C 0 19 122 30 35
Octal 255 115 300 12 74 0 31 442 60 65
Binary 10101101 1001101 11000000 1010 111100 0 11001 100100010 110000 110101

Color Harmonies of #AD4DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4DC0

Black with #AD4DC0

Text Example


Text Example

White with #AD4DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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