Html Css Color HEX #AD50CE Medium Orchid

📋 copy color: '#AD50CE'

red 173 ◦ green 80 ◦ blue 206

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

Shades of Medium Orchid #AD50CE

Tints of Medium Orchid #AD50CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.88%

R = 37.69%
G = 17.43%
B = 44.88%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD50CE (or 0xAD50CE) is known color: Medium Orchid. HEX triplet: AD, 50 and CE. RGB value is (173,80,206). Sum of RGB (Red+Green+Blue) = 173+80+206=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD50CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD50CE is #52AF31. Grayscale: #797979. Windows color (decimal): -5418802 or 13521069. OLE color: 13521069.

HSL color Cylindrical-coordinate representation of color #AD50CE: hue angle of 284.29º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD50CE is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 80 206 -
CMYK 0.16 0.61 0 0.19
HSL 284.29º 0.56% 0.56% -
HSV(B) 284.29º 0.61% 0.81% -
XYZ 31.24 19.08 60.43 -
YUV 122.17 175.31 164.25 -
System Red Green Blue C M Y K H S L
Decimal 173 80 206 0.16 0.61 0 0.19 284.29 0.56 0.56
Hex AD 50 CE 10 3D 0 13 11C 38 38
Octal 255 120 316 20 75 0 23 434 70 70
Binary 10101101 1010000 11001110 10000 111101 0 10011 100011100 111000 111000

Color Harmonies of #AD50CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD50CE

Black with #AD50CE

Text Example


Text Example

White with #AD50CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD50CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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