Html Css Color HEX #AD58DB Medium Orchid

📋 copy color: '#AD58DB'

red 173 ◦ green 88 ◦ blue 219

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

Shades of Medium Orchid #AD58DB

Tints of Medium Orchid #AD58DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.63%

R = 36.04%
G = 18.33%
B = 45.63%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD58DB (or 0xAD58DB) is known color: Medium Orchid. HEX triplet: AD, 58 and DB. RGB value is (173,88,219). Sum of RGB (Red+Green+Blue) = 173+88+219=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 88 (34.77% from 255 or 18.33% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD58DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD58DB is #52A724. Grayscale: #7F7F7F. Windows color (decimal): -5416741 or 14375085. OLE color: 14375085.

HSL color Cylindrical-coordinate representation of color #AD58DB: hue angle of 278.93º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD58DB is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 88 219 -
CMYK 0.21 0.60 0 0.14
HSL 278.93º 0.65% 0.6% -
HSV(B) 278.93º 0.6% 0.86% -
XYZ 33.51 20.98 69.3 -
YUV 128.35 179.16 159.85 -
System Red Green Blue C M Y K H S L
Decimal 173 88 219 0.21 0.60 0 0.14 278.93 0.65 0.6
Hex AD 58 DB 15 3C 0 E 117 41 3C
Octal 255 130 333 25 74 0 16 427 101 74
Binary 10101101 1011000 11011011 10101 111100 0 1110 100010111 1000001 111100

Color Harmonies of #AD58DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD58DB

Black with #AD58DB

Text Example


Text Example

White with #AD58DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD58DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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