Html Css Color HEX #AD4DD4 Medium Orchid

📋 copy color: '#AD4DD4'

red 173 ◦ green 77 ◦ blue 212

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

Shades of Medium Orchid #AD4DD4

Tints of Medium Orchid #AD4DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.89%

R = 37.45%
G = 16.67%
B = 45.89%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AD4DD4 (or 0xAD4DD4) is known color: Medium Orchid. HEX triplet: AD, 4D and D4. RGB value is (173,77,212). Sum of RGB (Red+Green+Blue) = 173+77+212=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 212 (83.20% from 255 or 45.89% from 462); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD4DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4DD4 is #52B22B. Grayscale: #787878. Windows color (decimal): -5419564 or 13913517. OLE color: 13913517.

HSL color Cylindrical-coordinate representation of color #AD4DD4: hue angle of 282.67º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD4DD4 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 77 212 -
CMYK 0.18 0.64 0 0.17
HSL 282.67º 0.61% 0.57% -
HSV(B) 282.67º 0.64% 0.83% -
XYZ 31.77 18.95 64.27 -
YUV 121.09 179.3 165.02 -
System Red Green Blue C M Y K H S L
Decimal 173 77 212 0.18 0.64 0 0.17 282.67 0.61 0.57
Hex AD 4D D4 12 40 0 11 11B 3D 39
Octal 255 115 324 22 100 0 21 433 75 71
Binary 10101101 1001101 11010100 10010 1000000 0 10001 100011011 111101 111001

Color Harmonies of #AD4DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4DD4

Black with #AD4DD4

Text Example


Text Example

White with #AD4DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4DD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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