Html Css Color HEX #AD60D5 Medium Orchid

📋 copy color: '#AD60D5'

red 173 ◦ green 96 ◦ blue 213

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

Shades of Medium Orchid #AD60D5

Tints of Medium Orchid #AD60D5

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.92%

 BLUE value IS 213 (83.59% from 255) = 44.19%

R = 35.89%
G = 19.92%
B = 44.19%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD60D5 (or 0xAD60D5) is known color: Medium Orchid. HEX triplet: AD, 60 and D5. RGB value is (173,96,213). Sum of RGB (Red+Green+Blue) = 173+96+213=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD60D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD60D5 is #529F2A. Grayscale: #838383. Windows color (decimal): -5414699 or 13983917. OLE color: 13983917.

HSL color Cylindrical-coordinate representation of color #AD60D5: hue angle of 279.49º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD60D5 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 96 213 -
CMYK 0.19 0.55 0 0.16
HSL 279.49º 0.58% 0.61% -
HSV(B) 279.49º 0.55% 0.84% -
XYZ 33.43 22.05 65.45 -
YUV 132.36 173.51 156.99 -
System Red Green Blue C M Y K H S L
Decimal 173 96 213 0.19 0.55 0 0.16 279.49 0.58 0.61
Hex AD 60 D5 13 37 0 10 117 3A 3D
Octal 255 140 325 23 67 0 20 427 72 75
Binary 10101101 1100000 11010101 10011 110111 0 10000 100010111 111010 111101

Color Harmonies of #AD60D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD60D5

Black with #AD60D5

Text Example


Text Example

White with #AD60D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD60D5; }

 p { color: rgb(173,96,213); }

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

background-color css

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

 a { background-color: rgb(173,96,213); }

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

border-color css

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

 span { border-color: rgb(173,96,213); }

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