#AD61CB

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

Shades of Medium Orchid #AD61CB

Tints of Medium Orchid #AD61CB

Color information

#AD61CB (or 0xAD61CB) is unknown color: approx Medium Orchid. HEX triplet: AD, 61 and CB. RGB value is (173,97,203). Sum of RGB (Red+Green+Blue) = 173+97+203=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD61CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD61CB is #529E34. Grayscale: #838383. Windows color (decimal): -5414453 or 13328813. OLE color: 13328813.

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

Color convert

RGB17397203-
CMYK0.150.5200.20
HSL283.02º50.48%58.82%-
HSV(B)283.02º52.22%79.61%-
XYZ32.2921.7559-
YUV131.81168.18157.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.58%
GREEN value IS 97 (38.28% from 255) = 20.51%
BLUE value IS 203 (79.69% from 255) = 42.92%
R=36.58%
G=20.51%
B=42.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal173972030.150.5200.20283.0250.4858.82
HexAD61CBF3401411b323b
Octal25514131317640244336273
Binary101011011100001110010111111110100010100100011011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD61CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD61CB; }

 p { color: rgb(173,97,203); }

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

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

 a { background-color: rgb(173,97,203); }

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

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

 span { border-color: rgb(173,97,203); }

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