#AD66CD

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

Shades of Medium Orchid #AD66CD

Tints of Medium Orchid #AD66CD

Color information

#AD66CD (or 0xAD66CD) is unknown color: approx Medium Orchid. HEX triplet: AD, 66 and CD. RGB value is (173,102,205). Sum of RGB (Red+Green+Blue) = 173+102+205=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 102 (40.23% from 255 or 21.25% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD66CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD66CD is #529932. Grayscale: #868686. Windows color (decimal): -5413171 or 13461165. OLE color: 13461165.

HSL color Cylindrical-coordinate representation of color #AD66CD: hue angle of 281.36º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD66CD is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173102205-
CMYK0.160.5000.20
HSL281.36º50.74%60.2%-
HSV(B)281.36º50.24%80.39%-
XYZ3322.7960.42-
YUV134.97167.52155.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.04%
GREEN value IS 102 (40.23% from 255) = 21.25%
BLUE value IS 205 (80.47% from 255) = 42.71%
R=36.04%
G=21.25%
B=42.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731022050.160.5000.20281.3650.7460.2
HexAD66CD1032014119333c
Octal25514631520620244316374
Binary1010110111001101100110110000110010010100100011001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD66CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD66CD; }

 p { color: rgb(173,102,205); }

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

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

 a { background-color: rgb(173,102,205); }

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

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

 span { border-color: rgb(173,102,205); }

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