Html Css Color HEX #AD62DB Medium Orchid

📋 copy color: '#AD62DB'

red 173 ◦ green 98 ◦ blue 219

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

Shades of Medium Orchid #AD62DB

Tints of Medium Orchid #AD62DB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20%

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

R = 35.31%
G = 20%
B = 44.69%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD62DB (or 0xAD62DB) is known color: Medium Orchid. HEX triplet: AD, 62 and DB. RGB value is (173,98,219). Sum of RGB (Red+Green+Blue) = 173+98+219=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD62DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD62DB is #529D24. Grayscale: #858585. Windows color (decimal): -5414181 or 14377645. OLE color: 14377645.

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

Color convert

RGB 173 98 219 -
CMYK 0.21 0.55 0 0.14
HSL 277.19º 0.63% 0.62% -
HSV(B) 277.19º 0.55% 0.86% -
XYZ 34.39 22.73 69.59 -
YUV 134.22 175.85 155.66 -
System Red Green Blue C M Y K H S L
Decimal 173 98 219 0.21 0.55 0 0.14 277.19 0.63 0.62
Hex AD 62 DB 15 37 0 E 115 3F 3E
Octal 255 142 333 25 67 0 16 425 77 76
Binary 10101101 1100010 11011011 10101 110111 0 1110 100010101 111111 111110

Color Harmonies of #AD62DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD62DB

Black with #AD62DB

Text Example


Text Example

White with #AD62DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD62DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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