Html Css Color HEX #AD51D2 Medium Orchid

📋 copy color: '#AD51D2'

red 173 ◦ green 81 ◦ blue 210

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

Shades of Medium Orchid #AD51D2

Tints of Medium Orchid #AD51D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.26%

R = 37.28%
G = 17.46%
B = 45.26%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD51D2 (or 0xAD51D2) is known color: Medium Orchid. HEX triplet: AD, 51 and D2. RGB value is (173,81,210). Sum of RGB (Red+Green+Blue) = 173+81+210=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 210 (82.42% from 255 or 45.26% from 464); Max value from RGB is 210 - color contains mainly: blue. Hex color #AD51D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD51D2 is #52AE2D. Grayscale: #7A7A7A. Windows color (decimal): -5418542 or 13783469. OLE color: 13783469.

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

Color convert

RGB 173 81 210 -
CMYK 0.18 0.61 0 0.18
HSL 282.79º 0.59% 0.57% -
HSV(B) 282.79º 0.61% 0.82% -
XYZ 31.81 19.42 63.05 -
YUV 123.21 176.98 163.51 -
System Red Green Blue C M Y K H S L
Decimal 173 81 210 0.18 0.61 0 0.18 282.79 0.59 0.57
Hex AD 51 D2 12 3D 0 12 11B 3B 39
Octal 255 121 322 22 75 0 22 433 73 71
Binary 10101101 1010001 11010010 10010 111101 0 10010 100011011 111011 111001

Color Harmonies of #AD51D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD51D2

Black with #AD51D2

Text Example


Text Example

White with #AD51D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD51D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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