Html Css Color HEX #AD4DD7 Medium Orchid

📋 copy color: '#AD4DD7'

red 173 ◦ green 77 ◦ blue 215

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

Shades of Medium Orchid #AD4DD7

Tints of Medium Orchid #AD4DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.24%

R = 37.2%
G = 16.56%
B = 46.24%

CMYK

 C value IS 0.20

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD4DD7 (or 0xAD4DD7) is known color: Medium Orchid. HEX triplet: AD, 4D and D7. RGB value is (173,77,215). Sum of RGB (Red+Green+Blue) = 173+77+215=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 215 (84.38% from 255 or 46.24% from 465); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD4DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4DD7 is #52B228. Grayscale: #787878. Windows color (decimal): -5419561 or 14110125. OLE color: 14110125.

HSL color Cylindrical-coordinate representation of color #AD4DD7: hue angle of 281.74º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD4DD7 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 77 215 -
CMYK 0.20 0.64 0 0.16
HSL 281.74º 0.63% 0.57% -
HSV(B) 281.74º 0.64% 0.84% -
XYZ 32.15 19.1 66.28 -
YUV 121.44 180.8 164.78 -
System Red Green Blue C M Y K H S L
Decimal 173 77 215 0.20 0.64 0 0.16 281.74 0.63 0.57
Hex AD 4D D7 14 40 0 10 11A 3F 39
Octal 255 115 327 24 100 0 20 432 77 71
Binary 10101101 1001101 11010111 10100 1000000 0 10000 100011010 111111 111001

Color Harmonies of #AD4DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4DD7

Black with #AD4DD7

Text Example


Text Example

White with #AD4DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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