Html Css Color HEX #AD45D5 Medium Orchid

📋 copy color: '#AD45D5'

red 173 ◦ green 69 ◦ blue 213

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

Shades of Medium Orchid #AD45D5

Tints of Medium Orchid #AD45D5

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.16%

 BLUE value IS 213 (83.59% from 255) = 46.81%

R = 38.02%
G = 15.16%
B = 46.81%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD45D5 (or 0xAD45D5) is known color: Medium Orchid. HEX triplet: AD, 45 and D5. RGB value is (173,69,213). Sum of RGB (Red+Green+Blue) = 173+69+213=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 213 (83.59% from 255 or 46.81% from 455); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD45D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD45D5 is #52BA2A. Grayscale: #747474. Windows color (decimal): -5421611 or 13977005. OLE color: 13977005.

HSL color Cylindrical-coordinate representation of color #AD45D5: hue angle of 283.33º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD45D5 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 69 213 -
CMYK 0.19 0.68 0 0.16
HSL 283.33º 0.63% 0.55% -
HSV(B) 283.33º 0.68% 0.84% -
XYZ 31.37 17.94 64.76 -
YUV 116.51 182.46 168.29 -
System Red Green Blue C M Y K H S L
Decimal 173 69 213 0.19 0.68 0 0.16 283.33 0.63 0.55
Hex AD 45 D5 13 44 0 10 11B 3F 37
Octal 255 105 325 23 104 0 20 433 77 67
Binary 10101101 1000101 11010101 10011 1000100 0 10000 100011011 111111 110111

Color Harmonies of #AD45D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD45D5

Black with #AD45D5

Text Example


Text Example

White with #AD45D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD45D5; }

 p { color: rgb(173,69,213); }

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

background-color css

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

 a { background-color: rgb(173,69,213); }

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

border-color css

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

 span { border-color: rgb(173,69,213); }

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