#AD68C8

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

Shades of Medium Orchid #AD68C8

Tints of Medium Orchid #AD68C8

Color information

#AD68C8 (or 0xAD68C8) is unknown color: approx Medium Orchid. HEX triplet: AD, 68 and C8. RGB value is (173,104,200). Sum of RGB (Red+Green+Blue) = 173+104+200=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 200 (78.52% from 255 or 41.93% from 477); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD68C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD68C8 is #529737. Grayscale: #878787. Windows color (decimal): -5412664 or 13133997. OLE color: 13133997.

HSL color Cylindrical-coordinate representation of color #AD68C8: hue angle of 283.12º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD68C8 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB173104200-
CMYK0.140.4800.22
HSL283.12º46.6%59.61%-
HSV(B)283.12º48%78.43%-
XYZ32.6122.9557.36-
YUV135.57164.36154.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.27%
GREEN value IS 104 (41.02% from 255) = 21.80%
BLUE value IS 200 (78.52% from 255) = 41.93%
R=36.27%
G=21.80%
B=41.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731042000.140.4800.22283.1246.659.61
HexAD68C8E3001611b2f3c
Octal25515031016600264335774
Binary101011011101000110010001110110000010110100011011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD68C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD68C8; }

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

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

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

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

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

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

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

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