#AD65CB

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

Shades of Medium Orchid #AD65CB

Tints of Medium Orchid #AD65CB

Color information

#AD65CB (or 0xAD65CB) is unknown color: approx Medium Orchid. HEX triplet: AD, 65 and CB. RGB value is (173,101,203). Sum of RGB (Red+Green+Blue) = 173+101+203=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD65CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD65CB is #529A34. Grayscale: #858585. Windows color (decimal): -5413429 or 13329837. OLE color: 13329837.

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

Color convert

RGB173101203-
CMYK0.150.5000.20
HSL282.35º49.51%59.61%-
HSV(B)282.35º50.25%79.61%-
XYZ32.6722.559.12-
YUV134.16166.85155.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.27%
GREEN value IS 101 (39.84% from 255) = 21.17%
BLUE value IS 203 (79.69% from 255) = 42.56%
R=36.27%
G=21.17%
B=42.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731012030.150.5000.20282.3549.5159.61
HexAD65CBF3201411a323c
Octal25514531317620244326274
Binary101011011100101110010111111110010010100100011010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD65CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD65CB; }

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

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

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

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

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

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

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

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