Html Css Color HEX #AD62DC Medium Orchid

📋 copy color: '#AD62DC'

red 173 ◦ green 98 ◦ blue 220

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

Shades of Medium Orchid #AD62DC

Tints of Medium Orchid #AD62DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.81%

R = 35.23%
G = 19.96%
B = 44.81%

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

#AD62DC (or 0xAD62DC) is known color: Medium Orchid. HEX triplet: AD, 62 and DC. RGB value is (173,98,220). Sum of RGB (Red+Green+Blue) = 173+98+220=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD62DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD62DC is #529D23. Grayscale: #858585. Windows color (decimal): -5414180 or 14443181. OLE color: 14443181.

HSL color Cylindrical-coordinate representation of color #AD62DC: hue angle of 276.89º degrees, saturation: 0.64, 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 #AD62DC is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 98 220 -
CMYK 0.21 0.55 0 0.14
HSL 276.89º 0.64% 0.62% -
HSV(B) 276.89º 0.55% 0.86% -
XYZ 34.52 22.79 70.29 -
YUV 134.33 176.35 155.58 -
System Red Green Blue C M Y K H S L
Decimal 173 98 220 0.21 0.55 0 0.14 276.89 0.64 0.62
Hex AD 62 DC 15 37 0 E 115 40 3E
Octal 255 142 334 25 67 0 16 425 100 76
Binary 10101101 1100010 11011100 10101 110111 0 1110 100010101 1000000 111110

Color Harmonies of #AD62DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD62DC

Black with #AD62DC

Text Example


Text Example

White with #AD62DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD62DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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