Html Css Color HEX #AD41DF Medium Orchid

📋 copy color: '#AD41DF'

red 173 ◦ green 65 ◦ blue 223

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

Shades of Medium Orchid #AD41DF

Tints of Medium Orchid #AD41DF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.1%

 BLUE value IS 223 (87.5% from 255) = 48.37%

R = 37.53%
G = 14.1%
B = 48.37%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD41DF (or 0xAD41DF) is known color: Medium Orchid. HEX triplet: AD, 41 and DF. RGB value is (173,65,223). Sum of RGB (Red+Green+Blue) = 173+65+223=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 65 (25.78% from 255 or 14.10% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD41DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD41DF is #52BE20. Grayscale: #727272. Windows color (decimal): -5422625 or 14631341. OLE color: 14631341.

HSL color Cylindrical-coordinate representation of color #AD41DF: hue angle of 281.01º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD41DF is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 65 223 -
CMYK 0.22 0.71 0 0.13
HSL 281.01º 0.71% 0.56% -
HSV(B) 281.01º 0.71% 0.87% -
XYZ 32.44 17.99 71.58 -
YUV 115.3 188.78 169.15 -
System Red Green Blue C M Y K H S L
Decimal 173 65 223 0.22 0.71 0 0.13 281.01 0.71 0.56
Hex AD 41 DF 16 47 0 D 119 47 38
Octal 255 101 337 26 107 0 15 431 107 70
Binary 10101101 1000001 11011111 10110 1000111 0 1101 100011001 1000111 111000

Color Harmonies of #AD41DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD41DF

Black with #AD41DF

Text Example


Text Example

White with #AD41DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD41DF; }

 p { color: rgb(173,65,223); }

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

background-color css

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

 a { background-color: rgb(173,65,223); }

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

border-color css

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

 span { border-color: rgb(173,65,223); }

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