Html Css Color HEX #AD44DE Medium Orchid

📋 copy color: '#AD44DE'

red 173 ◦ green 68 ◦ blue 222

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

Shades of Medium Orchid #AD44DE

Tints of Medium Orchid #AD44DE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.69%

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

R = 37.37%
G = 14.69%
B = 47.95%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD44DE (or 0xAD44DE) is known color: Medium Orchid. HEX triplet: AD, 44 and DE. RGB value is (173,68,222). Sum of RGB (Red+Green+Blue) = 173+68+222=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 68 (26.95% from 255 or 14.69% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD44DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD44DE is #52BB21. Grayscale: #747474. Windows color (decimal): -5421858 or 14566573. OLE color: 14566573.

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

Color convert

RGB 173 68 222 -
CMYK 0.22 0.69 0 0.13
HSL 280.91º 0.7% 0.57% -
HSV(B) 280.91º 0.69% 0.87% -
XYZ 32.49 18.29 70.93 -
YUV 116.95 187.29 167.98 -
System Red Green Blue C M Y K H S L
Decimal 173 68 222 0.22 0.69 0 0.13 280.91 0.7 0.57
Hex AD 44 DE 16 45 0 D 119 46 39
Octal 255 104 336 26 105 0 15 431 106 71
Binary 10101101 1000100 11011110 10110 1000101 0 1101 100011001 1000110 111001

Color Harmonies of #AD44DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD44DE

Black with #AD44DE

Text Example


Text Example

White with #AD44DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD44DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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