Html Css Color HEX #AD4DDC Medium Orchid

📋 copy color: '#AD4DDC'

red 173 ◦ green 77 ◦ blue 220

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

Shades of Medium Orchid #AD4DDC

Tints of Medium Orchid #AD4DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.81%

R = 36.81%
G = 16.38%
B = 46.81%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD4DDC (or 0xAD4DDC) is known color: Medium Orchid. HEX triplet: AD, 4D and DC. RGB value is (173,77,220). Sum of RGB (Red+Green+Blue) = 173+77+220=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD4DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4DDC is #52B223. Grayscale: #797979. Windows color (decimal): -5419556 or 14437805. OLE color: 14437805.

HSL color Cylindrical-coordinate representation of color #AD4DDC: hue angle of 280.28º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD4DDC is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 77 220 -
CMYK 0.21 0.65 0 0.14
HSL 280.28º 0.67% 0.58% -
HSV(B) 280.28º 0.65% 0.86% -
XYZ 32.81 19.36 69.72 -
YUV 122.01 183.3 164.37 -
System Red Green Blue C M Y K H S L
Decimal 173 77 220 0.21 0.65 0 0.14 280.28 0.67 0.58
Hex AD 4D DC 15 41 0 E 118 43 3A
Octal 255 115 334 25 101 0 16 430 103 72
Binary 10101101 1001101 11011100 10101 1000001 0 1110 100011000 1000011 111010

Color Harmonies of #AD4DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4DDC

Black with #AD4DDC

Text Example


Text Example

White with #AD4DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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