Html Css Color HEX #AD55FC Medium Orchid

📋 copy color: '#AD55FC'

red 173 ◦ green 85 ◦ blue 252

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

Shades of Medium Orchid #AD55FC

Tints of Medium Orchid #AD55FC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.67%

 BLUE value IS 252 (98.83% from 255) = 49.41%

R = 33.92%
G = 16.67%
B = 49.41%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD55FC (or 0xAD55FC) is known color: Medium Orchid. HEX triplet: AD, 55 and FC. RGB value is (173,85,252). Sum of RGB (Red+Green+Blue) = 173+85+252=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 85 (33.59% from 255 or 16.67% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD55FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD55FC is #52AA03. Grayscale: #818181. Windows color (decimal): -5417476 or 16537005. OLE color: 16537005.

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

Color convert

RGB 173 85 252 -
CMYK 0.31 0.66 0 0.01
HSL 271.62º 0.97% 0.66% -
HSV(B) 271.62º 0.66% 0.99% -
XYZ 38.05 22.41 94.42 -
YUV 130.35 196.65 158.42 -
System Red Green Blue C M Y K H S L
Decimal 173 85 252 0.31 0.66 0 0.01 271.62 0.97 0.66
Hex AD 55 FC 1F 42 0 1 110 61 42
Octal 255 125 374 37 102 0 1 420 141 102
Binary 10101101 1010101 11111100 11111 1000010 0 1 100010000 1100001 1000010

Color Harmonies of #AD55FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD55FC

Black with #AD55FC

Text Example


Text Example

White with #AD55FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD55FC; }

 p { color: rgb(173,85,252); }

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

background-color css

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

 a { background-color: rgb(173,85,252); }

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

border-color css

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

 span { border-color: rgb(173,85,252); }

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