Html Css Color HEX #AD46DE Medium Orchid

📋 copy color: '#AD46DE'

red 173 ◦ green 70 ◦ blue 222

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

Shades of Medium Orchid #AD46DE

Tints of Medium Orchid #AD46DE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.05%

 BLUE value IS 222 (87.11% from 255) = 47.74%

R = 37.2%
G = 15.05%
B = 47.74%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD46DE (or 0xAD46DE) is known color: Medium Orchid. HEX triplet: AD, 46 and DE. RGB value is (173,70,222). Sum of RGB (Red+Green+Blue) = 173+70+222=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 70 (27.73% from 255 or 15.05% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD46DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD46DE is #52B921. Grayscale: #757575. Windows color (decimal): -5421346 or 14567085. OLE color: 14567085.

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

Color convert

RGB 173 70 222 -
CMYK 0.22 0.68 0 0.13
HSL 280.66º 0.7% 0.57% -
HSV(B) 280.66º 0.68% 0.87% -
XYZ 32.61 18.54 70.97 -
YUV 118.13 186.62 167.14 -
System Red Green Blue C M Y K H S L
Decimal 173 70 222 0.22 0.68 0 0.13 280.66 0.7 0.57
Hex AD 46 DE 16 44 0 D 119 46 39
Octal 255 106 336 26 104 0 15 431 106 71
Binary 10101101 1000110 11011110 10110 1000100 0 1101 100011001 1000110 111001

Color Harmonies of #AD46DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD46DE

Black with #AD46DE

Text Example


Text Example

White with #AD46DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD46DE; }

 p { color: rgb(173,70,222); }

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

background-color css

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

 a { background-color: rgb(173,70,222); }

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

border-color css

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

 span { border-color: rgb(173,70,222); }

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