Html Css Color HEX #AD51DC Medium Orchid

📋 copy color: '#AD51DC'

red 173 ◦ green 81 ◦ blue 220

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

Shades of Medium Orchid #AD51DC

Tints of Medium Orchid #AD51DC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.09%

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

R = 36.5%
G = 17.09%
B = 46.41%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD51DC (or 0xAD51DC) is known color: Medium Orchid. HEX triplet: AD, 51 and DC. RGB value is (173,81,220). Sum of RGB (Red+Green+Blue) = 173+81+220=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD51DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD51DC is #52AE23. Grayscale: #7B7B7B. Windows color (decimal): -5418532 or 14438829. OLE color: 14438829.

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

Color convert

RGB 173 81 220 -
CMYK 0.21 0.63 0 0.14
HSL 279.71º 0.67% 0.59% -
HSV(B) 279.71º 0.63% 0.86% -
XYZ 33.09 19.94 69.81 -
YUV 124.35 181.98 162.7 -
System Red Green Blue C M Y K H S L
Decimal 173 81 220 0.21 0.63 0 0.14 279.71 0.67 0.59
Hex AD 51 DC 15 3F 0 E 118 43 3B
Octal 255 121 334 25 77 0 16 430 103 73
Binary 10101101 1010001 11011100 10101 111111 0 1110 100011000 1000011 111011

Color Harmonies of #AD51DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD51DC

Black with #AD51DC

Text Example


Text Example

White with #AD51DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD51DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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