Html Css Color HEX #AD4DFE Medium Orchid

📋 copy color: '#AD4DFE'

red 173 ◦ green 77 ◦ blue 254

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

Shades of Medium Orchid #AD4DFE

Tints of Medium Orchid #AD4DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.4%

R = 34.33%
G = 15.28%
B = 50.4%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AD4DFE (or 0xAD4DFE) is known color: Medium Orchid. HEX triplet: AD, 4D and FE. RGB value is (173,77,254). Sum of RGB (Red+Green+Blue) = 173+77+254=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 77 (30.47% from 255 or 15.28% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD4DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD4DFE is #52B201. Grayscale: #7D7D7D. Windows color (decimal): -5419522 or 16666029. OLE color: 16666029.

HSL color Cylindrical-coordinate representation of color #AD4DFE: hue angle of 272.54º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD4DFE is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 173 77 254 -
CMYK 0.32 0.70 0 0.00
HSL 272.54º 0.99% 0.65% -
HSV(B) 272.54º 0.7% 1% -
XYZ 37.78 21.35 95.9 -
YUV 125.88 200.3 161.61 -
System Red Green Blue C M Y K H S L
Decimal 173 77 254 0.32 0.70 0 0.00 272.54 0.99 0.65
Hex AD 4D FE 20 46 0 0 111 63 41
Octal 255 115 376 40 106 0 0 421 143 101
Binary 10101101 1001101 11111110 100000 1000110 0 0 100010001 1100011 1000001

Color Harmonies of #AD4DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4DFE

Black with #AD4DFE

Text Example


Text Example

White with #AD4DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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