Html Css Color HEX #AD62C3 Medium Orchid

📋 copy color: '#AD62C3'

red 173 ◦ green 98 ◦ blue 195

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

Shades of Medium Orchid #AD62C3

Tints of Medium Orchid #AD62C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.85%

R = 37.12%
G = 21.03%
B = 41.85%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD62C3 (or 0xAD62C3) is known color: Medium Orchid. HEX triplet: AD, 62 and C3. RGB value is (173,98,195). Sum of RGB (Red+Green+Blue) = 173+98+195=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 195 (76.56% from 255 or 41.85% from 466); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD62C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD62C3 is #529D3C. Grayscale: #838383. Windows color (decimal): -5414205 or 12804781. OLE color: 12804781.

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

Color convert

RGB 173 98 195 -
CMYK 0.11 0.50 0 0.24
HSL 286.39º 0.45% 0.57% -
HSV(B) 286.39º 0.5% 0.76% -
XYZ 31.45 21.56 54.13 -
YUV 131.48 163.85 157.61 -
System Red Green Blue C M Y K H S L
Decimal 173 98 195 0.11 0.50 0 0.24 286.39 0.45 0.57
Hex AD 62 C3 B 32 0 18 11E 2D 39
Octal 255 142 303 13 62 0 30 436 55 71
Binary 10101101 1100010 11000011 1011 110010 0 11000 100011110 101101 111001

Color Harmonies of #AD62C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD62C3

Black with #AD62C3

Text Example


Text Example

White with #AD62C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD62C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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