Html Css Color HEX #AD62C2 Medium Orchid

📋 copy color: '#AD62C2'

red 173 ◦ green 98 ◦ blue 194

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

Shades of Medium Orchid #AD62C2

Tints of Medium Orchid #AD62C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.72%

R = 37.2%
G = 21.08%
B = 41.72%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD62C2 (or 0xAD62C2) is known color: Medium Orchid. HEX triplet: AD, 62 and C2. RGB value is (173,98,194). Sum of RGB (Red+Green+Blue) = 173+98+194=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD62C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD62C2 is #529D3D. Grayscale: #838383. Windows color (decimal): -5414206 or 12739245. OLE color: 12739245.

HSL color Cylindrical-coordinate representation of color #AD62C2: hue angle of 286.88º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD62C2 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 98 194 -
CMYK 0.11 0.49 0 0.24
HSL 286.88º 0.44% 0.57% -
HSV(B) 286.88º 0.49% 0.76% -
XYZ 31.34 21.51 53.54 -
YUV 131.37 163.35 157.69 -
System Red Green Blue C M Y K H S L
Decimal 173 98 194 0.11 0.49 0 0.24 286.88 0.44 0.57
Hex AD 62 C2 B 31 0 18 11F 2C 39
Octal 255 142 302 13 61 0 30 437 54 71
Binary 10101101 1100010 11000010 1011 110001 0 11000 100011111 101100 111001

Color Harmonies of #AD62C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD62C2

Black with #AD62C2

Text Example


Text Example

White with #AD62C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD62C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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