Html Css Color HEX #AD57DF Medium Orchid

📋 copy color: '#AD57DF'

red 173 ◦ green 87 ◦ blue 223

#AD57DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #AD57DF

Tints of Medium Orchid #AD57DF

RGB

 RED value IS 173 (67.97% from 255) = 35.82%

 GREEN value IS 87 (34.38% from 255) = 18.01%

 BLUE value IS 223 (87.5% from 255) = 46.17%

R = 35.82%
G = 18.01%
B = 46.17%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD57DF (or 0xAD57DF) is known color: Medium Orchid. HEX triplet: AD, 57 and DF. RGB value is (173,87,223). Sum of RGB (Red+Green+Blue) = 173+87+223=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD57DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD57DF is #52A820. Grayscale: #7F7F7F. Windows color (decimal): -5416993 or 14636973. OLE color: 14636973.

HSL color Cylindrical-coordinate representation of color #AD57DF: hue angle of 277.94º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD57DF is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 87 223 -
CMYK 0.22 0.61 0 0.13
HSL 277.94º 0.68% 0.61% -
HSV(B) 277.94º 0.61% 0.87% -
XYZ 33.96 21.03 72.08 -
YUV 128.22 181.49 159.94 -
System Red Green Blue C M Y K H S L
Decimal 173 87 223 0.22 0.61 0 0.13 277.94 0.68 0.61
Hex AD 57 DF 16 3D 0 D 116 44 3D
Octal 255 127 337 26 75 0 15 426 104 75
Binary 10101101 1010111 11011111 10110 111101 0 1101 100010110 1000100 111101

Color Harmonies of #AD57DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD57DF

Black with #AD57DF

Text Example


Text Example

White with #AD57DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD57DF; }

 p { color: rgb(173,87,223); }

 H1.HeaderClassName
 {
   color: #AD57DF;
 }
 .AnyTagClassName
 {
   color: #AD57DF;
 }
</style>

background-color css

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

 a { background-color: rgb(173,87,223); }

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

border-color css

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

 span { border-color: rgb(173,87,223); }

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