Html Css Color HEX #AD61C6 Medium Orchid

📋 copy color: '#AD61C6'

red 173 ◦ green 97 ◦ blue 198

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

Shades of Medium Orchid #AD61C6

Tints of Medium Orchid #AD61C6

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.73%

 BLUE value IS 198 (77.73% from 255) = 42.31%

R = 36.97%
G = 20.73%
B = 42.31%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD61C6 (or 0xAD61C6) is known color: Medium Orchid. HEX triplet: AD, 61 and C6. RGB value is (173,97,198). Sum of RGB (Red+Green+Blue) = 173+97+198=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD61C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD61C6 is #529E39. Grayscale: #828282. Windows color (decimal): -5414458 or 13001133. OLE color: 13001133.

HSL color Cylindrical-coordinate representation of color #AD61C6: hue angle of 285.15º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD61C6 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 97 198 -
CMYK 0.13 0.51 0 0.22
HSL 285.15º 0.47% 0.58% -
HSV(B) 285.15º 0.51% 0.78% -
XYZ 31.7 21.51 55.91 -
YUV 131.24 165.68 157.79 -
System Red Green Blue C M Y K H S L
Decimal 173 97 198 0.13 0.51 0 0.22 285.15 0.47 0.58
Hex AD 61 C6 D 33 0 16 11D 2F 3A
Octal 255 141 306 15 63 0 26 435 57 72
Binary 10101101 1100001 11000110 1101 110011 0 10110 100011101 101111 111010

Color Harmonies of #AD61C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD61C6

Black with #AD61C6

Text Example


Text Example

White with #AD61C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD61C6; }

 p { color: rgb(173,97,198); }

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

background-color css

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

 a { background-color: rgb(173,97,198); }

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

border-color css

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

 span { border-color: rgb(173,97,198); }

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