Html Css Color HEX #AD40DE Medium Orchid

📋 copy color: '#AD40DE'

red 173 ◦ green 64 ◦ blue 222

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

Shades of Medium Orchid #AD40DE

Tints of Medium Orchid #AD40DE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.94%

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

R = 37.69%
G = 13.94%
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

#AD40DE (or 0xAD40DE) is known color: Medium Orchid. HEX triplet: AD, 40 and DE. RGB value is (173,64,222). Sum of RGB (Red+Green+Blue) = 173+64+222=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 64 (25.39% from 255 or 13.94% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD40DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD40DE is #52BF21. Grayscale: #727272. Windows color (decimal): -5422882 or 14565549. OLE color: 14565549.

HSL color Cylindrical-coordinate representation of color #AD40DE: hue angle of 281.39º 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 #AD40DE is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 64 222 -
CMYK 0.22 0.71 0 0.13
HSL 281.39º 0.71% 0.56% -
HSV(B) 281.39º 0.71% 0.87% -
XYZ 32.25 17.82 70.85 -
YUV 114.6 188.61 169.65 -
System Red Green Blue C M Y K H S L
Decimal 173 64 222 0.22 0.71 0 0.13 281.39 0.71 0.56
Hex AD 40 DE 16 47 0 D 119 47 38
Octal 255 100 336 26 107 0 15 431 107 70
Binary 10101101 1000000 11011110 10110 1000111 0 1101 100011001 1000111 111000

Color Harmonies of #AD40DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD40DE

Black with #AD40DE

Text Example


Text Example

White with #AD40DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD40DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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