Html Css Color HEX #AD50DC Medium Orchid

📋 copy color: '#AD50DC'

red 173 ◦ green 80 ◦ blue 220

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

Shades of Medium Orchid #AD50DC

Tints of Medium Orchid #AD50DC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.91%

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 36.58%
G = 16.91%
B = 46.51%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD50DC (or 0xAD50DC) is known color: Medium Orchid. HEX triplet: AD, 50 and DC. RGB value is (173,80,220). Sum of RGB (Red+Green+Blue) = 173+80+220=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD50DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD50DC is #52AF23. Grayscale: #7B7B7B. Windows color (decimal): -5418788 or 14438573. OLE color: 14438573.

HSL color Cylindrical-coordinate representation of color #AD50DC: hue angle of 279.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD50DC is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 80 220 -
CMYK 0.21 0.64 0 0.14
HSL 279.86º 0.67% 0.59% -
HSV(B) 279.86º 0.64% 0.86% -
XYZ 33.02 19.79 69.79 -
YUV 123.77 182.31 163.12 -
System Red Green Blue C M Y K H S L
Decimal 173 80 220 0.21 0.64 0 0.14 279.86 0.67 0.59
Hex AD 50 DC 15 40 0 E 118 43 3B
Octal 255 120 334 25 100 0 16 430 103 73
Binary 10101101 1010000 11011100 10101 1000000 0 1110 100011000 1000011 111011

Color Harmonies of #AD50DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD50DC

Black with #AD50DC

Text Example


Text Example

White with #AD50DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD50DC; }

 p { color: rgb(173,80,220); }

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

background-color css

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

 a { background-color: rgb(173,80,220); }

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

border-color css

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

 span { border-color: rgb(173,80,220); }

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