Html Css Color HEX #AD5DED Medium Orchid

📋 copy color: '#AD5DED'

red 173 ◦ green 93 ◦ blue 237

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

Shades of Medium Orchid #AD5DED

Tints of Medium Orchid #AD5DED

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.49%

 BLUE value IS 237 (92.97% from 255) = 47.12%

R = 34.39%
G = 18.49%
B = 47.12%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD5DED (or 0xAD5DED) is known color: Medium Orchid. HEX triplet: AD, 5D and ED. RGB value is (173,93,237). Sum of RGB (Red+Green+Blue) = 173+93+237=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD5DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5DED is #52A212. Grayscale: #848484. Windows color (decimal): -5415443 or 15556013. OLE color: 15556013.

HSL color Cylindrical-coordinate representation of color #AD5DED: hue angle of 273.33º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD5DED is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 93 237 -
CMYK 0.27 0.61 0 0.07
HSL 273.33º 0.8% 0.65% -
HSV(B) 273.33º 0.61% 0.93% -
XYZ 36.43 22.83 82.61 -
YUV 133.34 186.5 156.29 -
System Red Green Blue C M Y K H S L
Decimal 173 93 237 0.27 0.61 0 0.07 273.33 0.8 0.65
Hex AD 5D ED 1B 3D 0 7 111 50 41
Octal 255 135 355 33 75 0 7 421 120 101
Binary 10101101 1011101 11101101 11011 111101 0 111 100010001 1010000 1000001

Color Harmonies of #AD5DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5DED

Black with #AD5DED

Text Example


Text Example

White with #AD5DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5DED; }

 p { color: rgb(173,93,237); }

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

background-color css

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

 a { background-color: rgb(173,93,237); }

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

border-color css

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

 span { border-color: rgb(173,93,237); }

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