Html Css Color HEX #AD60C2 Medium Orchid

📋 copy color: '#AD60C2'

red 173 ◦ green 96 ◦ blue 194

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

Shades of Medium Orchid #AD60C2

Tints of Medium Orchid #AD60C2

RGB

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

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

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

R = 37.37%
G = 20.73%
B = 41.9%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD60C2 (or 0xAD60C2) is known color: Medium Orchid. HEX triplet: AD, 60 and C2. RGB value is (173,96,194). Sum of RGB (Red+Green+Blue) = 173+96+194=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 194 (76.17% from 255 or 41.90% from 463); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD60C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD60C2 is #529F3D. Grayscale: #818181. Windows color (decimal): -5414718 or 12738733. OLE color: 12738733.

HSL color Cylindrical-coordinate representation of color #AD60C2: hue angle of 287.14º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD60C2 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 96 194 -
CMYK 0.11 0.51 0 0.24
HSL 287.14º 0.45% 0.57% -
HSV(B) 287.14º 0.51% 0.76% -
XYZ 31.15 21.15 53.48 -
YUV 130.2 164.01 158.53 -
System Red Green Blue C M Y K H S L
Decimal 173 96 194 0.11 0.51 0 0.24 287.14 0.45 0.57
Hex AD 60 C2 B 33 0 18 11F 2D 39
Octal 255 140 302 13 63 0 30 437 55 71
Binary 10101101 1100000 11000010 1011 110011 0 11000 100011111 101101 111001

Color Harmonies of #AD60C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD60C2

Black with #AD60C2

Text Example


Text Example

White with #AD60C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD60C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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