Html Css Color HEX #AD58CD Medium Orchid

📋 copy color: '#AD58CD'

red 173 ◦ green 88 ◦ blue 205

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

Shades of Medium Orchid #AD58CD

Tints of Medium Orchid #AD58CD

RGB

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

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

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

R = 37.12%
G = 18.88%
B = 43.99%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD58CD (or 0xAD58CD) is known color: Medium Orchid. HEX triplet: AD, 58 and CD. RGB value is (173,88,205). Sum of RGB (Red+Green+Blue) = 173+88+205=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 88 (34.77% from 255 or 18.88% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD58CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD58CD is #52A732. Grayscale: #7E7E7E. Windows color (decimal): -5416755 or 13457581. OLE color: 13457581.

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

Color convert

RGB 173 88 205 -
CMYK 0.16 0.57 0 0.20
HSL 283.59º 0.54% 0.57% -
HSV(B) 283.59º 0.57% 0.8% -
XYZ 31.74 20.27 60 -
YUV 126.75 172.16 160.99 -
System Red Green Blue C M Y K H S L
Decimal 173 88 205 0.16 0.57 0 0.20 283.59 0.54 0.57
Hex AD 58 CD 10 39 0 14 11C 36 39
Octal 255 130 315 20 71 0 24 434 66 71
Binary 10101101 1011000 11001101 10000 111001 0 10100 100011100 110110 111001

Color Harmonies of #AD58CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD58CD

Black with #AD58CD

Text Example


Text Example

White with #AD58CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD58CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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