Html Css Color HEX #AD4DC9 Medium Orchid

📋 copy color: '#AD4DC9'

red 173 ◦ green 77 ◦ blue 201

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

Shades of Medium Orchid #AD4DC9

Tints of Medium Orchid #AD4DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.57%

R = 38.36%
G = 17.07%
B = 44.57%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD4DC9 (or 0xAD4DC9) is known color: Medium Orchid. HEX triplet: AD, 4D and C9. RGB value is (173,77,201). Sum of RGB (Red+Green+Blue) = 173+77+201=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 201 (78.91% from 255 or 44.57% from 451); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD4DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4DC9 is #52B236. Grayscale: #777777. Windows color (decimal): -5419575 or 13192621. OLE color: 13192621.

HSL color Cylindrical-coordinate representation of color #AD4DC9: hue angle of 286.45º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD4DC9 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 77 201 -
CMYK 0.14 0.62 0 0.21
HSL 286.45º 0.53% 0.55% -
HSV(B) 286.45º 0.62% 0.79% -
XYZ 30.43 18.41 57.21 -
YUV 119.84 173.8 165.92 -
System Red Green Blue C M Y K H S L
Decimal 173 77 201 0.14 0.62 0 0.21 286.45 0.53 0.55
Hex AD 4D C9 E 3E 0 15 11E 35 37
Octal 255 115 311 16 76 0 25 436 65 67
Binary 10101101 1001101 11001001 1110 111110 0 10101 100011110 110101 110111

Color Harmonies of #AD4DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4DC9

Black with #AD4DC9

Text Example


Text Example

White with #AD4DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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