Html Css Color HEX #AD62CF Medium Orchid

📋 copy color: '#AD62CF'

red 173 ◦ green 98 ◦ blue 207

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

Shades of Medium Orchid #AD62CF

Tints of Medium Orchid #AD62CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.31%

R = 36.19%
G = 20.5%
B = 43.31%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD62CF (or 0xAD62CF) is known color: Medium Orchid. HEX triplet: AD, 62 and CF. RGB value is (173,98,207). Sum of RGB (Red+Green+Blue) = 173+98+207=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD62CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD62CF is #529D30. Grayscale: #848484. Windows color (decimal): -5414193 or 13591213. OLE color: 13591213.

HSL color Cylindrical-coordinate representation of color #AD62CF: hue angle of 281.28º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD62CF is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 98 207 -
CMYK 0.16 0.53 0 0.19
HSL 281.28º 0.53% 0.6% -
HSV(B) 281.28º 0.53% 0.81% -
XYZ 32.86 22.12 61.57 -
YUV 132.85 169.85 156.64 -
System Red Green Blue C M Y K H S L
Decimal 173 98 207 0.16 0.53 0 0.19 281.28 0.53 0.6
Hex AD 62 CF 10 35 0 13 119 35 3C
Octal 255 142 317 20 65 0 23 431 65 74
Binary 10101101 1100010 11001111 10000 110101 0 10011 100011001 110101 111100

Color Harmonies of #AD62CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD62CF

Black with #AD62CF

Text Example


Text Example

White with #AD62CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD62CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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