Html Css Color HEX #AD60D3 Medium Orchid

📋 copy color: '#AD60D3'

red 173 ◦ green 96 ◦ blue 211

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

Shades of Medium Orchid #AD60D3

Tints of Medium Orchid #AD60D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.96%

R = 36.04%
G = 20%
B = 43.96%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AD60D3 (or 0xAD60D3) is known color: Medium Orchid. HEX triplet: AD, 60 and D3. RGB value is (173,96,211). Sum of RGB (Red+Green+Blue) = 173+96+211=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 211 (82.81% from 255 or 43.96% from 480); Max value from RGB is 211 - color contains mainly: blue. Hex color #AD60D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD60D3 is #529F2C. Grayscale: #838383. Windows color (decimal): -5414701 or 13852845. OLE color: 13852845.

HSL color Cylindrical-coordinate representation of color #AD60D3: hue angle of 280.17º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD60D3 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 96 211 -
CMYK 0.18 0.55 0 0.17
HSL 280.17º 0.57% 0.6% -
HSV(B) 280.17º 0.55% 0.83% -
XYZ 33.17 21.95 64.12 -
YUV 132.13 172.51 157.15 -
System Red Green Blue C M Y K H S L
Decimal 173 96 211 0.18 0.55 0 0.17 280.17 0.57 0.6
Hex AD 60 D3 12 37 0 11 118 39 3C
Octal 255 140 323 22 67 0 21 430 71 74
Binary 10101101 1100000 11010011 10010 110111 0 10001 100011000 111001 111100

Color Harmonies of #AD60D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD60D3

Black with #AD60D3

Text Example


Text Example

White with #AD60D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD60D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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