#AD5FCD

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

Shades of Medium Orchid #AD5FCD

Tints of Medium Orchid #AD5FCD

Color information

#AD5FCD (or 0xAD5FCD) is unknown color: approx Medium Orchid. HEX triplet: AD, 5F and CD. RGB value is (173,95,205). Sum of RGB (Red+Green+Blue) = 173+95+205=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD5FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5FCD is #52A032. Grayscale: #828282. Windows color (decimal): -5414963 or 13459373. OLE color: 13459373.

HSL color Cylindrical-coordinate representation of color #AD5FCD: hue angle of 282.55º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD5FCD is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17395205-
CMYK0.160.5400.20
HSL282.55º52.38%58.82%-
HSV(B)282.55º53.66%80.39%-
XYZ32.3521.4860.2-
YUV130.86169.84158.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.58%
GREEN value IS 95 (37.5% from 255) = 20.08%
BLUE value IS 205 (80.47% from 255) = 43.34%
R=36.58%
G=20.08%
B=43.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal173952050.160.5400.20282.5552.3858.82
HexAD5FCD103601411b343b
Octal25513731520660244336473
Binary1010110110111111100110110000110110010100100011011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5FCD; }

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

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

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

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

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

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

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

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