Html Css Color HEX #AD58ED Medium Orchid

📋 copy color: '#AD58ED'

red 173 ◦ green 88 ◦ blue 237

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

Shades of Medium Orchid #AD58ED

Tints of Medium Orchid #AD58ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.59%

R = 34.74%
G = 17.67%
B = 47.59%

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

#AD58ED (or 0xAD58ED) is known color: Medium Orchid. HEX triplet: AD, 58 and ED. RGB value is (173,88,237). Sum of RGB (Red+Green+Blue) = 173+88+237=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 88 (34.77% from 255 or 17.67% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD58ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD58ED is #52A712. Grayscale: #818181. Windows color (decimal): -5416723 or 15554733. OLE color: 15554733.

HSL color Cylindrical-coordinate representation of color #AD58ED: hue angle of 274.23º degrees, saturation: 0.81, 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 #AD58ED is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 88 237 -
CMYK 0.27 0.63 0 0.07
HSL 274.23º 0.81% 0.64% -
HSV(B) 274.23º 0.63% 0.93% -
XYZ 36.01 21.98 82.47 -
YUV 130.4 188.16 158.38 -
System Red Green Blue C M Y K H S L
Decimal 173 88 237 0.27 0.63 0 0.07 274.23 0.81 0.64
Hex AD 58 ED 1B 3F 0 7 112 51 40
Octal 255 130 355 33 77 0 7 422 121 100
Binary 10101101 1011000 11101101 11011 111111 0 111 100010010 1010001 1000000

Color Harmonies of #AD58ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD58ED

Black with #AD58ED

Text Example


Text Example

White with #AD58ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD58ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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