Html Css Color HEX #AD58EC Medium Orchid

📋 copy color: '#AD58EC'

red 173 ◦ green 88 ◦ blue 236

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

Shades of Medium Orchid #AD58EC

Tints of Medium Orchid #AD58EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.48%

R = 34.81%
G = 17.71%
B = 47.48%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD58EC (or 0xAD58EC) is known color: Medium Orchid. HEX triplet: AD, 58 and EC. RGB value is (173,88,236). Sum of RGB (Red+Green+Blue) = 173+88+236=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 88 (34.77% from 255 or 17.71% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD58EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD58EC is #52A713. Grayscale: #818181. Windows color (decimal): -5416724 or 15489197. OLE color: 15489197.

HSL color Cylindrical-coordinate representation of color #AD58EC: hue angle of 274.46º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD58EC is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 88 236 -
CMYK 0.27 0.63 0 0.07
HSL 274.46º 0.8% 0.64% -
HSV(B) 274.46º 0.63% 0.93% -
XYZ 35.86 21.92 81.7 -
YUV 130.29 187.66 158.47 -
System Red Green Blue C M Y K H S L
Decimal 173 88 236 0.27 0.63 0 0.07 274.46 0.8 0.64
Hex AD 58 EC 1B 3F 0 7 112 50 40
Octal 255 130 354 33 77 0 7 422 120 100
Binary 10101101 1011000 11101100 11011 111111 0 111 100010010 1010000 1000000

Color Harmonies of #AD58EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD58EC

Black with #AD58EC

Text Example


Text Example

White with #AD58EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD58EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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