#AD65CC

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

Shades of Medium Orchid #AD65CC

Tints of Medium Orchid #AD65CC

Color information

#AD65CC (or 0xAD65CC) is unknown color: approx Medium Orchid. HEX triplet: AD, 65 and CC. RGB value is (173,101,204). Sum of RGB (Red+Green+Blue) = 173+101+204=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD65CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD65CC is #529A33. Grayscale: #858585. Windows color (decimal): -5413428 or 13395373. OLE color: 13395373.

HSL color Cylindrical-coordinate representation of color #AD65CC: hue angle of 281.94º degrees, saturation: 0.5, 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 #AD65CC is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB173101204-
CMYK0.150.5000.2
HSL281.94º50.24%59.8%-
HSV(B)281.94º50.49%80%-
XYZ32.7922.5559.75-
YUV134.27167.35155.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.19%
GREEN value IS 101 (39.84% from 255) = 21.13%
BLUE value IS 204 (80.08% from 255) = 42.68%
R=36.19%
G=21.13%
B=42.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1731012040.150.5000.2281.9450.2459.8
HexAD65CCF3201411a323c
Octal25514531417620244326274
Binary101011011100101110011001111110010010100100011010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD65CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD65CC; }

 p { color: rgb(173,101,204); }

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

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

 a { background-color: rgb(173,101,204); }

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

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

 span { border-color: rgb(173,101,204); }

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