Html Css Color HEX #AD54FD Medium Orchid

📋 copy color: '#AD54FD'

red 173 ◦ green 84 ◦ blue 253

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

Shades of Medium Orchid #AD54FD

Tints of Medium Orchid #AD54FD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.47%

 BLUE value IS 253 (99.22% from 255) = 49.61%

R = 33.92%
G = 16.47%
B = 49.61%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD54FD (or 0xAD54FD) is known color: Medium Orchid. HEX triplet: AD, 54 and FD. RGB value is (173,84,253). Sum of RGB (Red+Green+Blue) = 173+84+253=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 84 (33.20% from 255 or 16.47% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD54FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD54FD is #52AB02. Grayscale: #818181. Windows color (decimal): -5417731 or 16602285. OLE color: 16602285.

HSL color Cylindrical-coordinate representation of color #AD54FD: hue angle of 271.6º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD54FD is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 84 253 -
CMYK 0.32 0.67 0 0.01
HSL 271.6º 0.98% 0.66% -
HSV(B) 271.6º 0.67% 0.99% -
XYZ 38.13 22.32 95.23 -
YUV 129.88 197.49 158.76 -
System Red Green Blue C M Y K H S L
Decimal 173 84 253 0.32 0.67 0 0.01 271.6 0.98 0.66
Hex AD 54 FD 20 43 0 1 110 62 42
Octal 255 124 375 40 103 0 1 420 142 102
Binary 10101101 1010100 11111101 100000 1000011 0 1 100010000 1100010 1000010

Color Harmonies of #AD54FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD54FD

Black with #AD54FD

Text Example


Text Example

White with #AD54FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD54FD; }

 p { color: rgb(173,84,253); }

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

background-color css

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

 a { background-color: rgb(173,84,253); }

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

border-color css

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

 span { border-color: rgb(173,84,253); }

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