Html Css Color HEX #AD62C9 Medium Orchid

📋 copy color: '#AD62C9'

red 173 ◦ green 98 ◦ blue 201

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

Shades of Medium Orchid #AD62C9

Tints of Medium Orchid #AD62C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.58%

R = 36.65%
G = 20.76%
B = 42.58%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD62C9 (or 0xAD62C9) is known color: Medium Orchid. HEX triplet: AD, 62 and C9. RGB value is (173,98,201). Sum of RGB (Red+Green+Blue) = 173+98+201=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 98 (38.67% from 255 or 20.76% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD62C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD62C9 is #529D36. Grayscale: #838383. Windows color (decimal): -5414199 or 13197997. OLE color: 13197997.

HSL color Cylindrical-coordinate representation of color #AD62C9: hue angle of 283.69º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD62C9 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 98 201 -
CMYK 0.14 0.51 0 0.21
HSL 283.69º 0.49% 0.59% -
HSV(B) 283.69º 0.51% 0.79% -
XYZ 32.14 21.84 57.78 -
YUV 132.17 166.85 157.12 -
System Red Green Blue C M Y K H S L
Decimal 173 98 201 0.14 0.51 0 0.21 283.69 0.49 0.59
Hex AD 62 C9 E 33 0 15 11C 31 3B
Octal 255 142 311 16 63 0 25 434 61 73
Binary 10101101 1100010 11001001 1110 110011 0 10101 100011100 110001 111011

Color Harmonies of #AD62C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD62C9

Black with #AD62C9

Text Example


Text Example

White with #AD62C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD62C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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