Html Css Color HEX #AD45C7 Medium Orchid

📋 copy color: '#AD45C7'

red 173 ◦ green 69 ◦ blue 199

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

Shades of Medium Orchid #AD45C7

Tints of Medium Orchid #AD45C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.12%

R = 39.23%
G = 15.65%
B = 45.12%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD45C7 (or 0xAD45C7) is known color: Medium Orchid. HEX triplet: AD, 45 and C7. RGB value is (173,69,199). Sum of RGB (Red+Green+Blue) = 173+69+199=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 199 (78.12% from 255 or 45.12% from 441); Max value from RGB is 199 - color contains mainly: blue. Hex color #AD45C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD45C7 is #52BA38. Grayscale: #727272. Windows color (decimal): -5421625 or 13059501. OLE color: 13059501.

HSL color Cylindrical-coordinate representation of color #AD45C7: hue angle of 288º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD45C7 is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 69 199 -
CMYK 0.13 0.65 0 0.22
HSL 288º 0.54% 0.53% -
HSV(B) 288º 0.65% 0.78% -
XYZ 29.67 17.26 55.8 -
YUV 114.92 175.46 169.43 -
System Red Green Blue C M Y K H S L
Decimal 173 69 199 0.13 0.65 0 0.22 288 0.54 0.53
Hex AD 45 C7 D 41 0 16 120 36 35
Octal 255 105 307 15 101 0 26 440 66 65
Binary 10101101 1000101 11000111 1101 1000001 0 10110 100100000 110110 110101

Color Harmonies of #AD45C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD45C7

Black with #AD45C7

Text Example


Text Example

White with #AD45C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD45C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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