Html Css Color HEX #AD50CD Medium Orchid

📋 copy color: '#AD50CD'

red 173 ◦ green 80 ◦ blue 205

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

Shades of Medium Orchid #AD50CD

Tints of Medium Orchid #AD50CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.76%

R = 37.77%
G = 17.47%
B = 44.76%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD50CD (or 0xAD50CD) is known color: Medium Orchid. HEX triplet: AD, 50 and CD. RGB value is (173,80,205). Sum of RGB (Red+Green+Blue) = 173+80+205=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD50CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD50CD is #52AF32. Grayscale: #797979. Windows color (decimal): -5418803 or 13455533. OLE color: 13455533.

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

Color convert

RGB 173 80 205 -
CMYK 0.16 0.61 0 0.20
HSL 284.64º 0.56% 0.56% -
HSV(B) 284.64º 0.61% 0.8% -
XYZ 31.12 19.03 59.79 -
YUV 122.06 174.81 164.34 -
System Red Green Blue C M Y K H S L
Decimal 173 80 205 0.16 0.61 0 0.20 284.64 0.56 0.56
Hex AD 50 CD 10 3D 0 14 11D 38 38
Octal 255 120 315 20 75 0 24 435 70 70
Binary 10101101 1010000 11001101 10000 111101 0 10100 100011101 111000 111000

Color Harmonies of #AD50CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD50CD

Black with #AD50CD

Text Example


Text Example

White with #AD50CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD50CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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