Html Css Color HEX #AD60DC Medium Orchid

📋 copy color: '#AD60DC'

red 173 ◦ green 96 ◦ blue 220

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

Shades of Medium Orchid #AD60DC

Tints of Medium Orchid #AD60DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.99%

R = 35.38%
G = 19.63%
B = 44.99%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD60DC (or 0xAD60DC) is known color: Medium Orchid. HEX triplet: AD, 60 and DC. RGB value is (173,96,220). Sum of RGB (Red+Green+Blue) = 173+96+220=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD60DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD60DC is #529F23. Grayscale: #848484. Windows color (decimal): -5414692 or 14442669. OLE color: 14442669.

HSL color Cylindrical-coordinate representation of color #AD60DC: hue angle of 277.26º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD60DC is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 96 220 -
CMYK 0.21 0.56 0 0.14
HSL 277.26º 0.64% 0.62% -
HSV(B) 277.26º 0.56% 0.86% -
XYZ 34.33 22.42 70.23 -
YUV 133.16 177.01 156.42 -
System Red Green Blue C M Y K H S L
Decimal 173 96 220 0.21 0.56 0 0.14 277.26 0.64 0.62
Hex AD 60 DC 15 38 0 E 115 40 3E
Octal 255 140 334 25 70 0 16 425 100 76
Binary 10101101 1100000 11011100 10101 111000 0 1110 100010101 1000000 111110

Color Harmonies of #AD60DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD60DC

Black with #AD60DC

Text Example


Text Example

White with #AD60DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD60DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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