Html Css Color HEX #AD61C7 Medium Orchid

📋 copy color: '#AD61C7'

red 173 ◦ green 97 ◦ blue 199

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

Shades of Medium Orchid #AD61C7

Tints of Medium Orchid #AD61C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.43%

R = 36.89%
G = 20.68%
B = 42.43%

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

#AD61C7 (or 0xAD61C7) is known color: Medium Orchid. HEX triplet: AD, 61 and C7. RGB value is (173,97,199). Sum of RGB (Red+Green+Blue) = 173+97+199=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 199 (78.12% from 255 or 42.43% from 469); Max value from RGB is 199 - color contains mainly: blue. Hex color #AD61C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD61C7 is #529E38. Grayscale: #838383. Windows color (decimal): -5414457 or 13066669. OLE color: 13066669.

HSL color Cylindrical-coordinate representation of color #AD61C7: hue angle of 284.71º degrees, saturation: 0.48, 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 #AD61C7 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 97 199 -
CMYK 0.13 0.51 0 0.22
HSL 284.71º 0.48% 0.58% -
HSV(B) 284.71º 0.51% 0.78% -
XYZ 31.82 21.56 56.52 -
YUV 131.35 166.18 157.71 -
System Red Green Blue C M Y K H S L
Decimal 173 97 199 0.13 0.51 0 0.22 284.71 0.48 0.58
Hex AD 61 C7 D 33 0 16 11D 30 3A
Octal 255 141 307 15 63 0 26 435 60 72
Binary 10101101 1100001 11000111 1101 110011 0 10110 100011101 110000 111010

Color Harmonies of #AD61C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD61C7

Black with #AD61C7

Text Example


Text Example

White with #AD61C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD61C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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