Html Css Color HEX #AD51C1 Medium Orchid

📋 copy color: '#AD51C1'

red 173 ◦ green 81 ◦ blue 193

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

Shades of Medium Orchid #AD51C1

Tints of Medium Orchid #AD51C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.18%

R = 38.7%
G = 18.12%
B = 43.18%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD51C1 (or 0xAD51C1) is known color: Medium Orchid. HEX triplet: AD, 51 and C1. RGB value is (173,81,193). Sum of RGB (Red+Green+Blue) = 173+81+193=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 193 (75.78% from 255 or 43.18% from 447); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD51C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD51C1 is #52AE3E. Grayscale: #787878. Windows color (decimal): -5418559 or 12669357. OLE color: 12669357.

HSL color Cylindrical-coordinate representation of color #AD51C1: hue angle of 289.29º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD51C1 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 81 193 -
CMYK 0.10 0.58 0 0.24
HSL 289.29º 0.47% 0.54% -
HSV(B) 289.29º 0.58% 0.76% -
XYZ 29.8 18.62 52.48 -
YUV 121.28 168.48 164.89 -
System Red Green Blue C M Y K H S L
Decimal 173 81 193 0.10 0.58 0 0.24 289.29 0.47 0.54
Hex AD 51 C1 A 3A 0 18 121 2F 36
Octal 255 121 301 12 72 0 30 441 57 66
Binary 10101101 1010001 11000001 1010 111010 0 11000 100100001 101111 110110

Color Harmonies of #AD51C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD51C1

Black with #AD51C1

Text Example


Text Example

White with #AD51C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD51C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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