Html Css Color HEX #AD61C2 Medium Orchid

📋 copy color: '#AD61C2'

red 173 ◦ green 97 ◦ blue 194

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

Shades of Medium Orchid #AD61C2

Tints of Medium Orchid #AD61C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.81%

R = 37.28%
G = 20.91%
B = 41.81%

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

#AD61C2 (or 0xAD61C2) is known color: Medium Orchid. HEX triplet: AD, 61 and C2. RGB value is (173,97,194). Sum of RGB (Red+Green+Blue) = 173+97+194=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD61C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD61C2 is #529E3D. Grayscale: #828282. Windows color (decimal): -5414462 or 12738989. OLE color: 12738989.

HSL color Cylindrical-coordinate representation of color #AD61C2: hue angle of 287.01º degrees, saturation: 0.44, 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 #AD61C2 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 97 194 -
CMYK 0.11 0.50 0 0.24
HSL 287.01º 0.44% 0.57% -
HSV(B) 287.01º 0.5% 0.76% -
XYZ 31.25 21.33 53.51 -
YUV 130.78 163.68 158.11 -
System Red Green Blue C M Y K H S L
Decimal 173 97 194 0.11 0.50 0 0.24 287.01 0.44 0.57
Hex AD 61 C2 B 32 0 18 11F 2C 39
Octal 255 141 302 13 62 0 30 437 54 71
Binary 10101101 1100001 11000010 1011 110010 0 11000 100011111 101100 111001

Color Harmonies of #AD61C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD61C2

Black with #AD61C2

Text Example


Text Example

White with #AD61C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD61C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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