#AD63C8

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

Shades of Medium Orchid #AD63C8

Tints of Medium Orchid #AD63C8

Color information

#AD63C8 (or 0xAD63C8) is unknown color: approx Medium Orchid. HEX triplet: AD, 63 and C8. RGB value is (173,99,200). Sum of RGB (Red+Green+Blue) = 173+99+200=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD63C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD63C8 is #529C37. Grayscale: #848484. Windows color (decimal): -5413944 or 13132717. OLE color: 13132717.

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

Color convert

RGB17399200-
CMYK0.140.5000.22
HSL283.96º47.87%58.63%-
HSV(B)283.96º50.5%78.43%-
XYZ32.1221.9857.19-
YUV132.64166.02156.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.65%
GREEN value IS 99 (39.06% from 255) = 20.97%
BLUE value IS 200 (78.52% from 255) = 42.37%
R=36.65%
G=20.97%
B=42.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal173992000.140.5000.22283.9647.8758.63
HexAD63C8E3201611c303b
Octal25514331016620264346073
Binary101011011100011110010001110110010010110100011100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD63C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD63C8; }

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

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

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

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

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

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

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

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