Html Css Color HEX #AD61CA Medium Orchid

📋 copy color: '#AD61CA'

red 173 ◦ green 97 ◦ blue 202

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

Shades of Medium Orchid #AD61CA

Tints of Medium Orchid #AD61CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.8%

R = 36.65%
G = 20.55%
B = 42.8%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD61CA (or 0xAD61CA) is known color: Medium Orchid. HEX triplet: AD, 61 and CA. RGB value is (173,97,202). Sum of RGB (Red+Green+Blue) = 173+97+202=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD61CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD61CA is #529E35. Grayscale: #838383. Windows color (decimal): -5414454 or 13263277. OLE color: 13263277.

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

Color convert

RGB 173 97 202 -
CMYK 0.14 0.52 0 0.21
HSL 283.43º 0.5% 0.59% -
HSV(B) 283.43º 0.52% 0.79% -
XYZ 32.17 21.7 58.37 -
YUV 131.69 167.68 157.46 -
System Red Green Blue C M Y K H S L
Decimal 173 97 202 0.14 0.52 0 0.21 283.43 0.5 0.59
Hex AD 61 CA E 34 0 15 11B 32 3B
Octal 255 141 312 16 64 0 25 433 62 73
Binary 10101101 1100001 11001010 1110 110100 0 10101 100011011 110010 111011

Color Harmonies of #AD61CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD61CA

Black with #AD61CA

Text Example


Text Example

White with #AD61CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD61CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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