Html Css Color HEX #AD5CED Medium Orchid

📋 copy color: '#AD5CED'

red 173 ◦ green 92 ◦ blue 237

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

Shades of Medium Orchid #AD5CED

Tints of Medium Orchid #AD5CED

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.33%

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

R = 34.46%
G = 18.33%
B = 47.21%

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

#AD5CED (or 0xAD5CED) is known color: Medium Orchid. HEX triplet: AD, 5C and ED. RGB value is (173,92,237). Sum of RGB (Red+Green+Blue) = 173+92+237=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 92 (36.33% from 255 or 18.33% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD5CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5CED is #52A312. Grayscale: #848484. Windows color (decimal): -5415699 or 15555757. OLE color: 15555757.

HSL color Cylindrical-coordinate representation of color #AD5CED: hue angle of 273.52º 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 #AD5CED is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 92 237 -
CMYK 0.27 0.61 0 0.07
HSL 273.52º 0.8% 0.65% -
HSV(B) 273.52º 0.61% 0.93% -
XYZ 36.35 22.65 82.58 -
YUV 132.75 186.84 156.71 -
System Red Green Blue C M Y K H S L
Decimal 173 92 237 0.27 0.61 0 0.07 273.52 0.8 0.65
Hex AD 5C ED 1B 3D 0 7 112 50 41
Octal 255 134 355 33 75 0 7 422 120 101
Binary 10101101 1011100 11101101 11011 111101 0 111 100010010 1010000 1000001

Color Harmonies of #AD5CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5CED

Black with #AD5CED

Text Example


Text Example

White with #AD5CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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