Html Css Color HEX #AD51D6 Medium Orchid

📋 copy color: '#AD51D6'

red 173 ◦ green 81 ◦ blue 214

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

Shades of Medium Orchid #AD51D6

Tints of Medium Orchid #AD51D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.73%

R = 36.97%
G = 17.31%
B = 45.73%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD51D6 (or 0xAD51D6) is known color: Medium Orchid. HEX triplet: AD, 51 and D6. RGB value is (173,81,214). Sum of RGB (Red+Green+Blue) = 173+81+214=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 214 (83.98% from 255 or 45.73% from 468); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD51D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD51D6 is #52AE29. Grayscale: #7B7B7B. Windows color (decimal): -5418538 or 14045613. OLE color: 14045613.

HSL color Cylindrical-coordinate representation of color #AD51D6: hue angle of 281.5º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD51D6 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 81 214 -
CMYK 0.19 0.62 0 0.16
HSL 281.5º 0.62% 0.58% -
HSV(B) 281.5º 0.62% 0.84% -
XYZ 32.31 19.62 65.7 -
YUV 123.67 178.98 163.19 -
System Red Green Blue C M Y K H S L
Decimal 173 81 214 0.19 0.62 0 0.16 281.5 0.62 0.58
Hex AD 51 D6 13 3E 0 10 11A 3E 3A
Octal 255 121 326 23 76 0 20 432 76 72
Binary 10101101 1010001 11010110 10011 111110 0 10000 100011010 111110 111010

Color Harmonies of #AD51D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD51D6

Black with #AD51D6

Text Example


Text Example

White with #AD51D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD51D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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