Html Css Color HEX #AD58D7 Medium Orchid

📋 copy color: '#AD58D7'

red 173 ◦ green 88 ◦ blue 215

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

Shades of Medium Orchid #AD58D7

Tints of Medium Orchid #AD58D7

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.49%

 BLUE value IS 215 (84.38% from 255) = 45.17%

R = 36.34%
G = 18.49%
B = 45.17%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD58D7 (or 0xAD58D7) is known color: Medium Orchid. HEX triplet: AD, 58 and D7. RGB value is (173,88,215). Sum of RGB (Red+Green+Blue) = 173+88+215=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 215 (84.38% from 255 or 45.17% from 476); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD58D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD58D7 is #52A728. Grayscale: #7F7F7F. Windows color (decimal): -5416745 or 14112941. OLE color: 14112941.

HSL color Cylindrical-coordinate representation of color #AD58D7: hue angle of 280.16º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD58D7 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 88 215 -
CMYK 0.20 0.59 0 0.16
HSL 280.16º 0.61% 0.59% -
HSV(B) 280.16º 0.59% 0.84% -
XYZ 32.99 20.77 66.56 -
YUV 127.89 177.16 160.17 -
System Red Green Blue C M Y K H S L
Decimal 173 88 215 0.20 0.59 0 0.16 280.16 0.61 0.59
Hex AD 58 D7 14 3B 0 10 118 3D 3B
Octal 255 130 327 24 73 0 20 430 75 73
Binary 10101101 1011000 11010111 10100 111011 0 10000 100011000 111101 111011

Color Harmonies of #AD58D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD58D7

Black with #AD58D7

Text Example


Text Example

White with #AD58D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD58D7; }

 p { color: rgb(173,88,215); }

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

background-color css

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

 a { background-color: rgb(173,88,215); }

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

border-color css

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

 span { border-color: rgb(173,88,215); }

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