Html Css Color HEX #AD44CD Medium Orchid

📋 copy color: '#AD44CD'

red 173 ◦ green 68 ◦ blue 205

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

Shades of Medium Orchid #AD44CD

Tints of Medium Orchid #AD44CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.96%

R = 38.79%
G = 15.25%
B = 45.96%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD44CD (or 0xAD44CD) is known color: Medium Orchid. HEX triplet: AD, 44 and CD. RGB value is (173,68,205). Sum of RGB (Red+Green+Blue) = 173+68+205=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD44CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD44CD is #52BB32. Grayscale: #727272. Windows color (decimal): -5421875 or 13452461. OLE color: 13452461.

HSL color Cylindrical-coordinate representation of color #AD44CD: hue angle of 285.99º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD44CD is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 68 205 -
CMYK 0.16 0.67 0 0.20
HSL 285.99º 0.58% 0.54% -
HSV(B) 285.99º 0.67% 0.8% -
XYZ 30.32 17.43 59.52 -
YUV 115.01 178.79 169.36 -
System Red Green Blue C M Y K H S L
Decimal 173 68 205 0.16 0.67 0 0.20 285.99 0.58 0.54
Hex AD 44 CD 10 43 0 14 11E 3A 36
Octal 255 104 315 20 103 0 24 436 72 66
Binary 10101101 1000100 11001101 10000 1000011 0 10100 100011110 111010 110110

Color Harmonies of #AD44CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD44CD

Black with #AD44CD

Text Example


Text Example

White with #AD44CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD44CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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