Html Css Color HEX #AD44DC Medium Orchid

📋 copy color: '#AD44DC'

red 173 ◦ green 68 ◦ blue 220

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

Shades of Medium Orchid #AD44DC

Tints of Medium Orchid #AD44DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.72%

R = 37.53%
G = 14.75%
B = 47.72%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD44DC (or 0xAD44DC) is known color: Medium Orchid. HEX triplet: AD, 44 and DC. RGB value is (173,68,220). Sum of RGB (Red+Green+Blue) = 173+68+220=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD44DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD44DC is #52BB23. Grayscale: #747474. Windows color (decimal): -5421860 or 14435501. OLE color: 14435501.

HSL color Cylindrical-coordinate representation of color #AD44DC: hue angle of 281.45º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD44DC is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 68 220 -
CMYK 0.21 0.69 0 0.14
HSL 281.45º 0.68% 0.56% -
HSV(B) 281.45º 0.69% 0.86% -
XYZ 32.22 18.19 69.52 -
YUV 116.72 186.29 168.14 -
System Red Green Blue C M Y K H S L
Decimal 173 68 220 0.21 0.69 0 0.14 281.45 0.68 0.56
Hex AD 44 DC 15 45 0 E 119 44 38
Octal 255 104 334 25 105 0 16 431 104 70
Binary 10101101 1000100 11011100 10101 1000101 0 1110 100011001 1000100 111000

Color Harmonies of #AD44DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD44DC

Black with #AD44DC

Text Example


Text Example

White with #AD44DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD44DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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