#AD68C3

Color #AD68C3 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #AD68C3

Tints of Medium Orchid #AD68C3

Color information

#AD68C3 (or 0xAD68C3) is unknown color: approx Medium Orchid. HEX triplet: AD, 68 and C3. RGB value is (173,104,195). Sum of RGB (Red+Green+Blue) = 173+104+195=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD68C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD68C3 is #52973C. Grayscale: #868686. Windows color (decimal): -5412669 or 12806317. OLE color: 12806317.

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

Color convert

RGB173104195-
CMYK0.110.4700.24
HSL285.49º43.13%58.63%-
HSV(B)285.49º46.67%76.47%-
XYZ32.0322.7254.33-
YUV135161.86155.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.65%
GREEN value IS 104 (41.02% from 255) = 22.03%
BLUE value IS 195 (76.56% from 255) = 41.31%
R=36.65%
G=22.03%
B=41.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731041950.110.4700.24285.4943.1358.63
HexAD68C3B2F01811d2b3b
Octal25515030313570304355373
Binary101011011101000110000111011101111011000100011101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD68C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD68C3; }

 p { color: rgb(173,104,195); }

 H1.HeaderClassName
 {
   color: #AD68C3;
 }
 .AnyTagClassName
 {
   color: #AD68C3;
 }
</style>
background-color css

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

 a { background-color: rgb(173,104,195); }

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

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

 span { border-color: rgb(173,104,195); }

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