Html Css Color HEX #AD4DED Medium Orchid

📋 copy color: '#AD4DED'

red 173 ◦ green 77 ◦ blue 237

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

Shades of Medium Orchid #AD4DED

Tints of Medium Orchid #AD4DED

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.81%

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

R = 35.52%
G = 15.81%
B = 48.67%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD4DED (or 0xAD4DED) is known color: Medium Orchid. HEX triplet: AD, 4D and ED. RGB value is (173,77,237). Sum of RGB (Red+Green+Blue) = 173+77+237=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 77 (30.47% from 255 or 15.81% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD4DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD4DED is #52B212. Grayscale: #7B7B7B. Windows color (decimal): -5419539 or 15551917. OLE color: 15551917.

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

Color convert

RGB 173 77 237 -
CMYK 0.27 0.68 0 0.07
HSL 276º 0.82% 0.62% -
HSV(B) 276º 0.68% 0.93% -
XYZ 35.17 20.31 82.19 -
YUV 123.94 191.8 162.99 -
System Red Green Blue C M Y K H S L
Decimal 173 77 237 0.27 0.68 0 0.07 276 0.82 0.62
Hex AD 4D ED 1B 44 0 7 114 52 3E
Octal 255 115 355 33 104 0 7 424 122 76
Binary 10101101 1001101 11101101 11011 1000100 0 111 100010100 1010010 111110

Color Harmonies of #AD4DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4DED

Black with #AD4DED

Text Example


Text Example

White with #AD4DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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