Html Css Color HEX #AD4DDE Medium Orchid

📋 copy color: '#AD4DDE'

red 173 ◦ green 77 ◦ blue 222

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

Shades of Medium Orchid #AD4DDE

Tints of Medium Orchid #AD4DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.03%

R = 36.65%
G = 16.31%
B = 47.03%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD4DDE (or 0xAD4DDE) is known color: Medium Orchid. HEX triplet: AD, 4D and DE. RGB value is (173,77,222). Sum of RGB (Red+Green+Blue) = 173+77+222=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD4DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4DDE is #52B221. Grayscale: #797979. Windows color (decimal): -5419554 or 14568877. OLE color: 14568877.

HSL color Cylindrical-coordinate representation of color #AD4DDE: hue angle of 279.72º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD4DDE is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 77 222 -
CMYK 0.22 0.65 0 0.13
HSL 279.72º 0.69% 0.59% -
HSV(B) 279.72º 0.65% 0.87% -
XYZ 33.07 19.47 71.12 -
YUV 122.23 184.3 164.21 -
System Red Green Blue C M Y K H S L
Decimal 173 77 222 0.22 0.65 0 0.13 279.72 0.69 0.59
Hex AD 4D DE 16 41 0 D 118 45 3B
Octal 255 115 336 26 101 0 15 430 105 73
Binary 10101101 1001101 11011110 10110 1000001 0 1101 100011000 1000101 111011

Color Harmonies of #AD4DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4DDE

Black with #AD4DDE

Text Example


Text Example

White with #AD4DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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